#endian

pod

Plain Old Data (POD) encoding and I/O

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

#40 in #endian

Download history 125/week @ 2024-07-01 383/week @ 2024-07-08 284/week @ 2024-07-15 432/week @ 2024-07-22 224/week @ 2024-07-29 221/week @ 2024-08-05 209/week @ 2024-08-12 175/week @ 2024-08-19 231/week @ 2024-08-26 187/week @ 2024-09-02 156/week @ 2024-09-09 164/week @ 2024-09-16 174/week @ 2024-09-23 95/week @ 2024-09-30 4/week @ 2024-10-07 168/week @ 2024-10-14

444 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