gobble 0.4.2

A Combinator based parser for strings that is just code. That is: no macros and you don't have to think too much about generics
Documentation
[dependencies.anyhow]
version = "1.0.31"

[dependencies.thiserror]
version = "1.0.17"

[lib]

[package]
authors = ["storyfeet <thebeaky@psmail.net>"]
description = "A Combinator based parser for strings that is just code. That is: no macros and you don't have to think too much about generics"
edition = "2018"
keywords = ["parser", "combinator", "simple", "iterator"]
license = "MIT"
name = "gobble"
readme = "readme.md"
repository = "https://github.com/storyfeet/gobble"
version = "0.4.2"