third_party_rust_nom/README.md

8 lines
350 B
Markdown
Raw Normal View History

2015-02-16 13:39:29 +00:00
[![Build Status](https://travis-ci.org/Geal/nom.svg?branch=master)](https://travis-ci.org/Geal/nom)
2015-01-03 13:53:20 +00: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.
2015-01-28 15:10:07 +00:00
Some documentation is available [here](http://rust.unhandledexpression.com/nom/).