blob: 7bc2d15a79cb991d825323c5cad564481ab9bfaa [file] [log] [blame]
//! Parsers recognizing bytes streams
pub mod complete;
pub mod streaming;
#[cfg(test)]
mod tests;