zeropod 0.3.3

Zero-copy pod types with derive macros. Alignment-1 representations for zero-overhead data access.
Documentation
1
2
3
4
5
6
7
8
9
10
mod bool;
mod numeric;
mod option;
mod string;
mod vec;

pub use {self::bool::*, numeric::*, option::*, string::*, vec::*};

#[cfg(feature = "wincode")]
mod wincode;