pub use CompositeCodec;
/// Type-safe block codec with block size encoded in the type.
pub use ;
/// Pass-through codec — implements [`AnyLenCodec`](crate::codec::AnyLenCodec).
pub use JustCopy;
/// Variable-byte codec — implements [`AnyLenCodec`](crate::codec::AnyLenCodec).
pub use VariableByte;
/// `FastPForBlock256` blocks + `VariableByte` remainder — the most common composite.
pub type FastPFor256 = ;
/// `FastPForBlock128` blocks + `VariableByte` remainder.
pub type FastPFor128 = ;