person_struct_parser 0.4.1

Rust parser for person struct #parser #grammar #person_struct
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "person_struct_parser"
version = "0.4.1"
edition = "2021"
description = "Rust parser for person struct  #parser #grammar #person_struct"
license = "MIT"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0.75"
fmt = "0.1.0"
thiserror = "1.0.50"