Go to file
Geoffroy Couprie bd42f9edd0 debugging code
2015-02-15 21:28:21 +01:00
src debugging code 2015-02-15 21:28:21 +01:00
tests debugging code 2015-02-15 21:28:21 +01:00
.travis.yml add travis file 2015-01-17 18:44:20 +01:00
Cargo.toml bump version 2015-02-06 14:30:07 +01:00
README.md documentation link 2015-01-28 16:10:07 +01:00

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.