person_struct_parser 0.4.2

Rust parser for person struct #parser #grammar #person_struct
Documentation
.PHONY: all run test format lint


all: run


run:
    cargo run


test:
    cargo test


format:
    cargo fmt


lint:
    cargo clippy



clean:
    cargo clean


check:
    cargo check