parser-state 0.1.0

A small Rust library for building hand-rolled parsers
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "parser-state"
version = "0.1.0"
edition = "2021"
rust-version = "1.80.0"
license-file="LICENSE"
description="A small Rust library for building hand-rolled parsers"
repository="https://github.com/acoustimatics/parser-state"
readme="README.md"

[dependencies]
anyhow = "1.0.68"