Go to file
Geoffroy Couprie bd586440f9 rename parsers
2015-01-05 12:18:58 +01:00
src many0 and many1 should return vectors 2015-01-05 00:39:22 +01:00
tests rename parsers 2015-01-05 12:18:58 +01:00
Cargo.toml initial import 2014-10-27 18:21:04 +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.