Rust学习资料
官方页面
Crates.io Rust 程序库(crate)托管服务
Docs.rs 文档托管服务,所有Crates.io上crate的文档
中文资源
Rust 程序设计语言 第二版 中文版 (the book)
Rust 程序设计语言 第一版 中文版 (the book) (过时)
英文资源
Rust 程序设计语言 2018 edition (the book) (基于 Rust 2018 edition,尚未完成)
Rust 程序设计语言 第二版 (the book) (基于 Rust 1.26)
Rust 高级教程 (The Rustonomicon) Rust 编程黑魔法——高级与不安全的 Rust
Rust Cookbook Rust 代码示例
The Unstable Book 介绍 nightly only 的功能
Rust 版本指南 介绍 Rust 语言 2018 edition 与 2015 edition 的不同
TOML 规范 Tom's Obvious, Minimal Language.一个替代 INI XML Json YAML 的配置文件规范
Rust 组件使用
Cargo Rust 包管理器
Rustc Rust 编译器
Rustup Rust 工具链管理器
mdbook 类似于gitbook的工具
rustdoc API 文档生成工具
RLS Rust 语言服务器,管理下面3个工具并为IDE插件提供后端服务.
rustfmt 代码格式化工具
clippy lint 工具
Racer 代码补全工具
rls-vscode rls 的vscode插件