]> git.proxmox.com Git - rustc.git/blame - src/doc/nomicon/src/data.md
New upstream version 1.31.0~beta.4+dfsg1
[rustc.git] / src / doc / nomicon / src / data.md
CommitLineData
8bb4bdeb 1# Data Representation in Rust
c1a9b12d
SL
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.