Useful Links
Here are some useful links regarding Rust.
General
Reddit r/rust - the biggest Rust community
Learn Rust - get started with Rust
Rust API Guidelines - how to design and present APIs for Rust
The Rust Reference - primary reference for Rust
The Rustonomicon - writing unsafe Rust programs
Crate std - the Rust standard library
Packages
crates.io - npm for Rust
Lib.rs - crates.io but better
Blessed - an unofficial guide to the Rust ecosystem
Events & Conferences
Interesting Stuff
Rust and WebAssembly - a small guide to Rust and WebAssembly
Are we web yet? - is Rust ready for web?
Misc.
24 days from node.js to Rust - a guide to Rust from a node.js dev's perspective
Are we web yet? - status for Rust in terms of web dev
Rust Repo Issue#633 - Refactor {module}/mod.rs to {module}.rs? - regarding module mangement in Rust
Last updated