-
🎈🎉 Announcing Rust 1.40.0. 🎉🎈
-
#[non_exhaustive]
is stable! -
Call proc macros in type contexts!
-
Use proc macros in more places!
-
Generate
macro_rules!
macros from proc macros! -
Borrow checker migrations are now hard warnings in Rust 2015.
-
The
todo!
macro! -
... and more!
-
A sad day for Rust - Be sure to thank an open source maintainer today.
- Learn Rust the dangerous way - Start with a program written in C, translate it to unsafe Rust, then learn how to get the same results in (mostly) safe Rust.
- Interior mutability patterns - Learn about different forms of interior mutability.
- Explaining atomics in Rust.
- Why the stabilization of advanced slice patterns is a big deal to me.
- Porting a JavaScript app to WebAssembly with Rust (part 1).
- What is Rust and why is it so popular - from official StackOverflow blog.
- How to write fast Rust code - Porting a math evaluation library from Go to Rust and getting a x12,000 speed up - And all the profiling techniques it took to get there.