5 unstable releases
Uses old Rust 2015
0.4.2 | Jul 13, 2016 |
---|---|
0.4.1 | Jul 12, 2016 |
0.4.0 | Jul 9, 2016 |
0.3.0 | Aug 9, 2015 |
0.2.0 | Jul 30, 2015 |
#10 in #unaligned
431 downloads per month
Used in 261 crates
(2 directly)
11KB
246 lines
packed-rs
packed
provides traits for dealing with types that require alignment, and
facilitate conversion from unaligned data.
Documentation
See the documentation for up to date information.
lib.rs
:
A safe approach to using #[repr(packed)]
data.
See nue_macros
for the automagic #[packed]
attribute.