summary refs log tree commit diff
path: root/src/doc/nomicon/data.md
blob: d0a796b7f0bbaaa08ae768c8766a5b0b4bb9aa5f (plain)
1
2
3
4
5
% Data Representation in Rust

Low-level programming cares a lot about data layout. It's a big deal. It also
pervasively influences the rest of the language, so we're going to start by
digging into how data is represented in Rust.