nom 0.1.3

A byte oriented, zero copy, parser combinators library
[![Build Status](https://travis-ci.org/Geal/nom.svg?branch=master)](https://travis-ci.org/Geal/nom)

# 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/).