Expand description

Example

let mut parser = Parser::new();
if let Ok(parsed) = parser.parse_slice(&buf) {
    println!("{:?}", parsed);
}

Modules

Structs

Type Definitions