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 569/week @ 2024-03-31 173/week @ 2024-04-07 220/week @ 2024-04-14 275/week @ 2024-04-21 479/week @ 2024-04-28 223/week @ 2024-05-05 228/week @ 2024-05-12 262/week @ 2024-05-19 209/week @ 2024-05-26 417/week @ 2024-06-02 175/week @ 2024-06-09 219/week @ 2024-06-16 255/week @ 2024-06-23 131/week @ 2024-06-30 420/week @ 2024-07-07 225/week @ 2024-07-14

1,087 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