miniblog.
← Back to all posts
Wilfred Hughes
Aug 3, 2021 at 03:40
On the nuances of Rust inlining, crate boundaries, and what gets inlined by default:
https://matklad.github.io/2021/07/09/inline-in-rust.html
Inline In Rust
There's a lot of tribal knowledge surrounding #[inline] attribute in Rust. I often find myself teaching how it works, so I finally decided to write this down.