nom 0.1.1

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.

Some documentation is available [here](http://rust.unhandledexpression.com/nom/).