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

#3 in #nue

Download history 251/week @ 2024-02-14 328/week @ 2024-02-21 229/week @ 2024-02-28 171/week @ 2024-03-06 195/week @ 2024-03-13 301/week @ 2024-03-20 790/week @ 2024-03-27 246/week @ 2024-04-03 212/week @ 2024-04-10 218/week @ 2024-04-17 234/week @ 2024-04-24 522/week @ 2024-05-01 225/week @ 2024-05-08 238/week @ 2024-05-15 247/week @ 2024-05-22 142/week @ 2024-05-29

905 downloads per month
Used in 261 crates (2 directly)

MIT license

11KB
246 lines

packed-rs

travis-badge release-badge docs-badge license-badge

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.

No runtime deps

Features