]> git.lizzy.rs Git - rust.git/blob - src/doc/tarpl/data.md
88d169c3709aa1cc83164df41fa487801cd82b22
[rust.git] / src / doc / tarpl / data.md
1 % Data Representation in Rust
2
3 Low-level programming cares a lot about data layout. It's a big deal. It also pervasively
4 influences the rest of the language, so we're going to start by digging into how data is
5 represented in Rust.