参考资料
书籍:
- Programming Rust, 2nd Edition, Jim Blandy etc
- Rust Atomics and Locks Low-Level Concurrency in Practice, Mara Bos
在线文档:
- Comprehensive Rust
- Learn Rust the Dangerous Way
- Nomicon - dark side of the force
- Rust Playground
- Rust Quiz
- Rust RFC - review new features
- Rust References - the devil is in details
- Rust Standard Library - battery included, be familiar with it
- Rust for C++ programmers
- RustSec - A vulnerability database for the Rust ecosystem
- Rustc book - why compiler throws error
- Rust Compiler Development Guide
- The Cargo Book
- The Rust Programming Language - the book
- The Rust Unstable Book - more features, more power
- algorithms in rust - data structures and algorithms
- cheats.rs - Rust Language Cheat Sheet
- rust by example - rust 101
- rust course
- rustc source - how to implement language features