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

#2 in #nue

Download history 411/week @ 2024-12-01 187/week @ 2024-12-08 265/week @ 2024-12-15 291/week @ 2024-12-22 32/week @ 2024-12-29 144/week @ 2025-01-05 187/week @ 2025-01-12 186/week @ 2025-01-19 67/week @ 2025-01-26 148/week @ 2025-02-02 194/week @ 2025-02-09 104/week @ 2025-02-16 157/week @ 2025-02-23 82/week @ 2025-03-02 145/week @ 2025-03-09 141/week @ 2025-03-16

530 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