11 unstable releases (5 breaking)

Uses old Rust 2015

0.5.0 Jul 13, 2016
0.4.1 Jul 12, 2016
0.3.1 Aug 17, 2015
0.2.0 Jul 30, 2015
0.0.3 Jul 21, 2015

#41 in #endian

Download history 60/week @ 2024-11-13 176/week @ 2024-11-20 167/week @ 2024-11-27 441/week @ 2024-12-04 243/week @ 2024-12-11 156/week @ 2024-12-18 238/week @ 2024-12-25 110/week @ 2025-01-01 122/week @ 2025-01-08 238/week @ 2025-01-15 107/week @ 2025-01-22 109/week @ 2025-01-29 177/week @ 2025-02-05 154/week @ 2025-02-12 105/week @ 2025-02-19 172/week @ 2025-02-26

630 downloads per month
Used in 260 crates (5 directly)

MIT license

22KB
441 lines

pod-rs

travis-badge release-badge docs-badge license-badge

pod builds a safe interface around POD structures, allowing them to transmute to and from byte slices and other data types.

Documentation

See the documentation for up to date information.


lib.rs:

Provides traits that assist with I/O and byte slice conversions involving Plain Old Data.

Safety

The nue-macros crate can be used for safe automagic derives.

Dependencies

~19KB