Crate pod

Source
Expand description

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.

Re-exports§

pub extern crate packed;

Traits§

Pod
A marker trait indicating that a type is Plain Old Data.
PodReadExt
An extension trait for reading Pod types from std::io::Read data streams.
PodWriteExt
An extension trait for writing Pod types to std::io::Write data streams.