Crates.io | abnf-parser |
lib.rs | abnf-parser |
version | 0.1.1 |
source | src |
created_at | 2021-05-23 22:27:32.476643 |
updated_at | 2021-06-08 04:11:36.570102 |
description | ABNF Parser |
homepage | |
repository | https://github.com/sjtakada/abnf-parser |
max_upload_size | |
id | 401239 |
size | 56,309 |
Simple ABNF parser in Rust. Supporting RFC5324 and RFC7405.
To dump ABNF rulelist, simply run the command with FILENAME.
cargo run FILENAME
For simplicity, it treats blank lines as ABNF rule delimiter.