nom 0.3.3

A byte oriented, zero copy, parser combinators library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]

name = "nom"
version = "0.3.3"
authors = [ "contact@geoffroycouprie.com" ]
description = "A byte oriented, zero copy, parser combinators library"
license = "MIT"
repository = "https://github.com/Geal/nom"
readme = "README.md"
documentation = "http://rust.unhandledexpression.com/nom/"
keywords = ["parser", "parser-combinators", "parsing", "streaming"]

[features]
core = []