Rust’s Memory Layout Visualized

Covers how a binary is executed, what segments are mapped to memory, the purpose/working of stack and heap memory, and how values of Rust’s data types are la… Read more

Similar

Compiling Rust Is Testing

This post is a very short contemplation of Rust compilation (times). Don’t expect anything super insightful, just a bunch of thoughts that came up while I was listening to the Rustacean Station podcast. (more…)

Read more »