Designing an efficient memory layout in Rust with unsafe and unions, or, an over
First and foremost, this post is addressed to people already familiar with the Rust language, and knowledge of how typical Rust data structures are laid out in memory is certainly advised (though, everything is explained in detail just in case). However, ... (more…)
Read more »