//! A type safe `Parcel` data transformation pipeline.
pub use Pipeline;
use Error;
use std;
/// A hook that sits between reading and writing packets.
///
/// Applies one transformation encoding the data, and
/// performs the opposite transformation to decode it.