Rust学习笔记

Rust可能是个机会,让我追平C++程序员经验的机会,因为大家在Rust上的经验积累都不足,因此起点相对比较接近。

Cargo:Rust 的构建工具和包管理器

Rust包仓库:

https://crates.io/

修改为国内字节的镜像:

Rust使用国内Crates 源、 rustup源 |字节跳动新的 Rust 镜像源以及安装rust_西京刀客的博客-CSDN博客_rust 源

应用案例

传统的Web项目前端和后端(C#/React)加Unreal做的渲染器,要求Unreal可以和前后端实时的交互:

https://www.zhihu.com/question/554750609/answer/2687043563

资料

B站入门视频教程:

https://www.bilibili.com/video/BV1xJ411B79h/

Rust语言圣经:

https://github.com/sunface/rust-course

Rust写的知名项目:

https://www.zhihu.com/question/512163948/answer/2315470298

游戏引擎Bevy:

https://github.com/bevyengine/bevy

模拟经营游戏():

https://github.com/citybound/citybound

入门书籍推荐:

https://www.zhihu.com/question/309638391/answer/2370247422

安卓团队编写的为期四天的 Rust 课程:

Welcome to Comprehensive Rust 🦀 - Comprehensive Rust 🦀