]> git.lizzy.rs Git - rust.git/blob - src/doc/tarpl/data.md
frob emphasis
[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
4 pervasively influences the rest of the language, so we're going to start by
5 digging into how data is represented in Rust.