monch 0.1.0

Inspired by nom, but specifically for strings and with custom error messages.
Documentation
1
2
3
4
5
6
7
# monch

[![](https://img.shields.io/crates/v/monch.svg)](https://crates.io/crates/monch)

Inspired by [nom](https://crates.io/crates/nom), but specifically for strings and with custom error messages.

See an example of use in [deno_task_shell](https://github.com/denoland/deno_task_shell).