rust/src/doc/nomicon/data.md

6 lines
231 B
Markdown
Raw Normal View History

2015-06-10 13:57:00 -07:00
% Data Representation in Rust
2015-07-30 18:47:02 -07:00
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.