Start
- Playground
https://www.rust-lang.org/zh-CN/learn/get-started- https://kaisery.github.io/trpl-zh-cn/ch03-01-variables-and-mutability.html
- https://inksha.github.io/rust-tutorial
安装
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
rustup update
新建
cargo new rust-demo