/abnf

Parsing and composing payload for ABNF-based protocols.

Primary LanguageRustMIT LicenseMIT

abnf

This crate helps building parsers and composers for text-based Internet protocols in an environment using the tokio asynchronous framework. The name comes from the fact that these protocols are normally defined using ABNF grammars.