Sign in
rust
/
rust-lang
/
nomicon
/
refs/heads/Gankro-patch-2
/
.
/
src
/
data.md
blob: bf202ada08e95a8208837a4f22194945d24e29f6 [
file
] [
log
] [
blame
] [
view
] [
edit
]
# Data Representation in Rust
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
.