quoth 0.3.0

Quoth is a scannerless (no-lexing), developer-friendly parsing library for implementing DSLs and syntax parsers in Rust
Documentation
1
2
3
4
5
pub struct MyStruct {
    something: String,
    something_else: u32,
    stuff: bool,
}