third_party_rust_nom/README.md
2015-02-16 14:39:29 +01:00

350 B

Build Status

nom, eating data byte by byte

The goal is to make a parser combinator library that is safe, supports streaming (push and pull), and as much as possible zero copy.

Some documentation is available here.