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

#11 in #unaligned

Download history 104/week @ 2024-11-15 132/week @ 2024-11-22 233/week @ 2024-11-29 401/week @ 2024-12-06 270/week @ 2024-12-13 339/week @ 2024-12-20 39/week @ 2024-12-27 92/week @ 2025-01-03 155/week @ 2025-01-10 221/week @ 2025-01-17 92/week @ 2025-01-24 88/week @ 2025-01-31 204/week @ 2025-02-07 125/week @ 2025-02-14 157/week @ 2025-02-21 110/week @ 2025-02-28

608 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