1
2
3
4
5
6
//! `Parcel` type wrappers that implement complex logic.

pub use self::aligned::Aligned;

mod aligned;