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

#2103 in Encoding

Download history 169/week @ 2023-12-03 174/week @ 2023-12-10 266/week @ 2023-12-17 320/week @ 2023-12-24 283/week @ 2023-12-31 191/week @ 2024-01-07 227/week @ 2024-01-14 156/week @ 2024-01-21 167/week @ 2024-01-28 251/week @ 2024-02-04 222/week @ 2024-02-11 353/week @ 2024-02-18 241/week @ 2024-02-25 173/week @ 2024-03-03 251/week @ 2024-03-10 227/week @ 2024-03-17

893 downloads per month
Used in 259 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