A parser combinator crate written in Rust.
Don't use this. It works well and is easy to use, but there are much more performant and Rusty parsers out there like nom.
The purpose of this is to teach myself some of the more advanced features of Rust, like generics, traits, and the semantics of closures.