Augumented Backus-Naur Form (ABNF) in accordance with RFC 5234
Go to file
Erik N a5aab43393 Add git repo URLs to README. 2024-11-20 00:42:58 +01:00
.idea JetBrains RustRover 2024-11-19 22:33:11 +01:00
src Initial commit. 2024-11-19 22:30:40 +01:00
.gitignore Initial commit. 2024-11-19 22:30:40 +01:00
Cargo.lock Bump version. 2024-11-19 23:09:59 +01:00
Cargo.toml Bump version. 2024-11-19 23:09:59 +01:00
LICENSE Add LICENSE file. 2024-11-19 23:07:59 +01:00
README.md Add git repo URLs to README. 2024-11-20 00:42:58 +01:00

README.md

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.

git repo URLs

Notable library crates that use this library crate

None yet :^)