Underrust: Multiple Return Values October 18, 2022 software rust underrust assembly How does Rust return values, and does it make any difference to us programmers?
Underrust: What is the cost of sync::Once? September 18, 2022 software rust underrust assembly In Rust, what is the performance cost of using sync::Once after the initial setup?
Underrust: Does it matter what type (u8, u32, ...) I use? September 2, 2022 software rust underrust assembly In Rust, how does using a different primitive type (u8, i32, u64, ...) change the generated assembly?
The Underrust: Rust's assembly output August 31, 2022 software rust underrust assembly Assembly: In all the world of the programmer, there is no more important output.