Go to file
Geoffroy Couprie 5b5dcb92f8 more docs
2015-01-29 00:47:40 +01:00
src more docs 2015-01-29 00:47:40 +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 bump minor version 2015-01-24 13:49:51 +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.