There is so much material to cover that couldn't possibly fit in a single, informal talk, so these links should provide curious programmers with everything they need to pick up and become efficient Rustaceans.
- The playground is a great place to develop conceptual understanding. It makes available the top 100 crates on crates.io, and so is useful for testing ideas even outstide
std
.
- The official book
- A gentle, example-based but complete tour
- Everything
std::*
- The open source documentation site, building from crates published on crates.io
- Rust conference and some Rust meetup talks are recorded and posted here
- Development team video chats are also recorded and posted here
- Anyone can open an RFC, and the language iteration process is open and by committe.
- "Incubating" ideas and tools that may end up as a part of standard Rust
- Keeping track of the language release cycle
- The official book about
unsafe
Rust
- WIP The official book about
async
/await
,Futures
, etc.
- Papers that inspired the design of Rust internals, or are about Rust itself
© 2019 Damien Stanton
See LICENSE for details.