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 184/week @ 2023-12-05 191/week @ 2023-12-12 326/week @ 2023-12-19 367/week @ 2023-12-26 166/week @ 2024-01-02 231/week @ 2024-01-09 183/week @ 2024-01-16 154/week @ 2024-01-23 132/week @ 2024-01-30 263/week @ 2024-02-06 265/week @ 2024-02-13 372/week @ 2024-02-20 190/week @ 2024-02-27 164/week @ 2024-03-05 246/week @ 2024-03-12 205/week @ 2024-03-19

868 downloads per month
Used in 260 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