abnf-rfc5234

Crates.ioabnf-rfc5234
lib.rsabnf-rfc5234
version0.1.0-dev.1
sourcesrc
created_at2024-11-19 21:36:56.67302
updated_at2024-11-19 22:10:26.499661
descriptionAugumented Backus-Naur Form (ABNF) in accordance with RFC 5234
homepage
repositoryhttps://git.nstr.no/nstr-sw/abnf-rfc5234
max_upload_size
id1453905
size7,296
Nstr Software AS (nstr-sw)

documentation

README

abnf-rfc5234

Crates.io Crates.io License

Rust library for working with Augmented BNF (ABNF) Syntax Specifications in accordance with RFC 5234 (https://www.rfc-editor.org/rfc/rfc5234.html).

Parsing is performed using crates pest and pest_derive.

This library is targeted at crates that wish to implement parsing relating to syntax defined in other RFCs.

It is expected that application crates will NOT use abnf-rfc5234 directly, but that they might pull it in as an indirect dependency if they use other library crates that make use of this library crate for parsing of syntax defined in other RFCs.

Notable library crates that use this library crate

None yet :^)

Commit count: 0

cargo fmt