nom 0.0.2

A byte oriented, zero copy, parser combinators library
# 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.