recode_util/framed/
mod.rs

1pub mod length_delimited;
2
3#[doc(inline)]
4pub use length_delimited::{LengthDelimitedCodec, LengthDelimitedFrame};