Go to file
2015-01-04 16:16:02 +01:00
src many0 and many1 parsers 2015-01-04 16:16:02 +01:00
tests parse key/value in INI files 2015-01-03 15:02:31 +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.