abnf-parser 0.1.1

ABNF Parser
Documentation
  • Coverage
  • 39.06%
    25 out of 64 items documented0 out of 20 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: 4.08 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 9s Average build duration of successful builds.
  • all releases: 9s Average build duration of successful builds in releases after 2024-10-23.
  • 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.