omnom 2.0.0

Streaming parser extensions for BufRead
Documentation
use std::error::Error;

#[test]
fn should_work() -> Result<(), Box<dyn Error + Send + Sync + 'static>> {
    Ok(())
}