2 releases
0.1.1 | Jun 8, 2021 |
---|---|
0.1.0 | May 23, 2021 |
#66 in #dump
45KB
1K
SLoC
ABNF parser
Simple ABNF parser in Rust. Supporting RFC5324 and RFC7405.
Usage
To dump ABNF rulelist, simply run the command with FILENAME.
cargo run FILENAME
Limitation
For simplicity, it treats blank lines as ABNF rule delimiter.
Dependencies
~48KB