- 中文文档 (opens new window)
- Rust 官方文档中文教程 (opens new window)
- Rust圣经 (opens new window)
- Rust程序设计语言 (opens new window)
- Rustlings (opens new window)
- 通过例子学Rust (opens new window)
- Cargo手册 (opens new window)
- Rust版本指南 (opens new window)
- Rust 秘典 (opens new window)
- 所有文档都可以用
rustup doc
命令在本地阅读
# 宏
https://course.rs/advance/macro.html#%E6%9C%AA%E6%9D%A5%E5%B0%86%E8%A2%AB%E6%9B%BF%E4%BB%A3%E7%9A%84-macro_rules
https://kaisery.github.io/trpl-zh-cn/ch19-06-macros.html
https://github.com/rust-lang/rustlings/
https://rustwiki.org/zh-CN/rust-by-example/error/multiple_error_types/wrap_error.html
https://doc.rust-lang.org/cargo/index.html
https://rustwiki.org/zh-CN/alloc/index.html
https://rustwiki.org/zh-CN/reference/tokens.html
https://rustwiki.org/zh-CN/std/
https://doc.rust-lang.org/stable/std/index.html
https://docs.rs/router/0.6.0/router/struct.Router.html
http://blog.hubwiz.com/2020/01/30/rust-macro/
https://www.cnblogs.com/praying/p/14520507.html
https://rustmagazine.github.io/rust_magazine_2021/chapter_4/nom_url.html
https://rust-guide.budshome.com/14-encoding/14.2-csv/14.2.1-read.html
rust-analyzer 插件
Better TOML,用于更好的展示 .toml 文件 Error Lens, 更好的获得错误展示 One Dark Pro, 非常好看的 VSCode 主题 CodeLLDB, Debugger 程序
- Rust 中的过程宏
- 模块
- crate
- 属性
- 作用域规则
- 特质 trait
- 错误处理
- 标准库类型
- [Cargo (opens new window)](/view/Rust/9.md)
- [Cargo (opens new window)](/view/Rust/9.md)
- [Cargo (opens new window)](/view/Rust/9.md)