]> git.proxmox.com Git - rustc.git/blame - src/doc/nomicon/data.md
New upstream version 1.16.0+dfsg1
[rustc.git] / src / doc / nomicon / data.md
CommitLineData
c1a9b12d
SL
1% Data Representation in Rust
2
3Low-level programming cares a lot about data layout. It's a big deal. It also
4pervasively influences the rest of the language, so we're going to start by
5digging into how data is represented in Rust.