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

#2108 in Rust patterns

Download history 253/week @ 2024-02-14 355/week @ 2024-02-21 225/week @ 2024-02-28 181/week @ 2024-03-06 192/week @ 2024-03-13 303/week @ 2024-03-20 800/week @ 2024-03-27 253/week @ 2024-04-03 214/week @ 2024-04-10 215/week @ 2024-04-17 236/week @ 2024-04-24 523/week @ 2024-05-01 229/week @ 2024-05-08 246/week @ 2024-05-15 239/week @ 2024-05-22 146/week @ 2024-05-29

914 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