memoir

Crates.iomemoir
lib.rsmemoir
version0.3.0
sourcesrc
created_at2020-02-15 21:40:12.330219
updated_at2022-05-28 21:30:09.936918
descriptiona library of self-describing parser combinators
homepage
repositoryhttps://github.com/cloudhead/memoir
max_upload_size
id209574
size32,107
Alexis Sellier (cloudhead)

documentation

https://docs.rs/memoir

README

memoir

Memoir is a library of self-describing parser-combinators. Parsers are represented as reified objects that can print themselves as documentation. This keeps documentation for command-based languages always up to date with the grammar.

This library is used in rx's command interface.

Commit count: 52

cargo fmt