protocol/logic/
mod.rs

1//! `Parcel` type wrappers that implement complex logic.
2
3pub use self::aligned::Aligned;
4
5mod aligned;
6