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
6
7
warning: this is a warning
 --> input:1:20
  |
1 | pub struct MyStruct {
                        ^
2 |     something: String,
        ^^^^^^^^^^