//! 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.
extern crate uninitialized;
extern crate read_exact;
/// Re-export the `packed` crate
pub extern crate packed;
pub use Pod;
pub use ;