Go to file
2015-01-24 13:37:36 +01:00
src SHow is now named Debug 2015-01-24 13:37:36 +01:00
tests SHow is now named Debug 2015-01-24 13:37:36 +01:00
.travis.yml add travis file 2015-01-17 18:44:20 +01:00
Cargo.toml update the cargo description 2015-01-17 18:40:40 +01:00
README.md add a README 2015-01-03 14:53:20 +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.