abortable_parser 0.2.3

A parser combinator library with an emphasis on error handling
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "abortable_parser"
version = "0.2.3"
authors = ["Jeremy Wall <jeremy@marzhillstudios.com>"]
description = "A parser combinator library with an emphasis on error handling"
repository = "https://github.com/zaphar/abortable_parser"
documentation = "https://docs.rs/crate/abortable_parser"
readme = "README.md"
license = "Apache-2.0"
keywords = ["parsing", "combinator"]

[dependencies]