pub type RawKit = CodecKit<RawCodec>;
Default fast-path kit: raw POD codec.
pub struct RawKit { pub codec: RawCodec, }
codec: RawCodec
The codec instance used by the typed wrappers created by this kit.