monch

Inspired by nom, but specifically for strings.

MIT License

Downloads
289.1K
Stars
77
Committers
3

Bot releases are visible (Hide)

monch - 0.5.0 Latest Release

Published by denobot 9 months ago

  • feat: separate code from message on error (#10)
monch - 0.4.3

Published by denobot about 1 year ago

  • feat: ParseErrorFailure - into_error() (#8)
monch - 0.4.2

Published by denobot over 1 year ago

  • feat: ability to create ParseErrorFailureError (#6)
monch - 0.4.1

Published by denobot over 1 year ago

  • fix: derive more traits on the error (#5)
monch - 0.4.0

Published by denobot almost 2 years ago

  • feat: add error type instead of using Result<T, String> so it works better with anyhow (#4)
monch - 0.3.0

Published by denobot almost 2 years ago

  • feat: move with_failure_handling from deno and deno_task_shell (#3)
monch - 0.2.1

Published by denobot about 2 years ago

  • fix: improve lifetimes (#2)
monch - 0.2.0

Published by denobot about 2 years ago

  • feat: add substring, skip_while, pair, if_not_empty, and map_res combinators
monch - 0.1.0

Published by denobot about 2 years ago

  • feat: initial commit