munch 0.5.1

Blazing fast, zero-copy parser combinator library with an elegant API for both strings and bytes.
Documentation
[package]
name = "munch"
version = "0.5.1"
authors = ["Utkarsh Kukreti <utkarshkukreti@gmail.com>"]

description = "Blazing fast, zero-copy parser combinator library with an elegant API for both strings and bytes."

documentation = "https://docs.rs/munch"
homepage = "https://github.com/utkarshkukreti/munch.rs"
repository = "https://github.com/utkarshkukreti/munch.rs"

categories = ["parsing"]

license = "MIT/Apache-2.0"

[dependencies]

[badges]
travis-ci = { repository = "utkarshkukreti/munch.rs" }