- RustConf 2019 Videos
structopt = 0.3
hyper = 0.13.0-alpha.2
- upcoming docs.rs changes
- Aimed at increasing reliability of the site.
- GitHub Actions for Rust
- Navigating The Rust OSS Community
- Introduction to Rust Web Applications
- Build a full-stack app all with Rust. This tutorial covers setting up a database, writing a REST API, and compiling rust to WASM in order to power a website.
- Semantic validation in Rust
- An example of runtime validations in Rust. This is great for anything stored as a
String
, but which still has to be validated in some way.
- An example of runtime validations in Rust. This is great for anything stored as a
- "How Rust optimizes async/await" - an interesting look into the internals of Rust's new async/await syntax
- Futures Concurrency
- A look into the different methods that exist for processing multiple futures simultaneously with different end conditions.
- Rust in Large Organizations Meeting
- A short summary of discussions that happened at this year's RustConf between some large corporations and the Rust core team.
- Laika (an animation studio) is looking for a Rust Engineer