abnf-parser 0.1.1

ABNF Parser
Documentation
  • Coverage
  • 39.06%
    25 out of 64 items documented0 out of 24 items with examples
  • Size
  • Source code size: 55.78 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.50 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • sjtakada/abnf-parser
    0 1 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • sjtakada

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.