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 157/week @ 2024-10-23 158/week @ 2024-10-30 80/week @ 2024-11-06 57/week @ 2024-11-13 172/week @ 2024-11-20 167/week @ 2024-11-27 441/week @ 2024-12-04 251/week @ 2024-12-11 161/week @ 2024-12-18 239/week @ 2024-12-25 108/week @ 2025-01-01 117/week @ 2025-01-08 239/week @ 2025-01-15 106/week @ 2025-01-22 94/week @ 2025-01-29 179/week @ 2025-02-05

621 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