rust

官网

https://www.rust-lang.org/zh-CN

教程

https://kaisery.github.io/trpl-zh-cn/ch02-00-guessing-game-tutorial.html

https://course.rs/first-try/sth-you-should-not-do.html

https://rusty.rs/about.html

vscode插件

1
2
3
4
5
Error Lens
Even Better TOML
Native Debug
rust-analyzer

配置下载源

1
2
3
4
5
6
7
8
code ~/.cargo/config.toml

[source.crates-io]
replace-with = 'ustc'

[source.ustc]
registry = "git://mirrors.ustc.edu.cn/crates.io-index"