1 //! Parsers recognizing bytes streams
2 
3 pub mod complete;
4 pub mod streaming;
5 #[cfg(test)]
6 mod tests;
7