string_combinators 0.0.1

Inspired by nom, but specifically for strings and with error messages.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
authors = ["the Deno authors"]
description = "Inspired by nom, but specifically for strings and with error messages."
documentation = "https://docs.rs/string_combinators"
edition = "2021"
homepage = "https://deno.land/"
license = "MIT"
name = "string_combinators"
readme = "README.md"
repository = "https://github.com/denoland/string_combinators"
resolver = "2"
version = "0.0.1"