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

Download history 117/week @ 2024-07-01 381/week @ 2024-07-08 287/week @ 2024-07-15 431/week @ 2024-07-22 215/week @ 2024-07-29 222/week @ 2024-08-05 211/week @ 2024-08-12 173/week @ 2024-08-19 230/week @ 2024-08-26 185/week @ 2024-09-02 149/week @ 2024-09-09 163/week @ 2024-09-16 164/week @ 2024-09-23 89/week @ 2024-09-30 5/week @ 2024-10-07 168/week @ 2024-10-14

431 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