Go to file
Geoffroy Couprie 53a3542120 remove warnings
2015-02-20 19:37:03 +01:00
src remove warnings 2015-02-20 19:37:03 +01:00
tests Fix commented code 2015-02-20 19:21:53 +01:00
.travis.yml add travis file 2015-01-17 18:44:20 +01:00
Cargo.toml bump version to 0.1.5 2015-02-17 22:20:10 +01:00
README.md add Travis image 2015-02-16 14:39:29 +01:00

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.