6 releases (breaking)

0.5.0 Jul 16, 2021
0.4.1 Apr 14, 2021
0.4.0 Feb 22, 2021
0.3.0 Aug 6, 2020
0.1.0 Mar 21, 2020

#6 in #rules

Download history 2337/week @ 2022-11-28 2749/week @ 2022-12-05 2871/week @ 2022-12-12 2513/week @ 2022-12-19 1336/week @ 2022-12-26 2251/week @ 2023-01-02 3128/week @ 2023-01-09 2789/week @ 2023-01-16 2627/week @ 2023-01-23 3255/week @ 2023-01-30 3472/week @ 2023-02-06 3054/week @ 2023-02-13 3054/week @ 2023-02-20 3166/week @ 2023-02-27 3095/week @ 2023-03-06 3147/week @ 2023-03-13

12,611 downloads per month
Used in 16 crates (4 directly)

MIT/Apache

14KB
361 lines

ABNF (Core Rules)

A parser for ABNF core rules based on nom 7. It is primarily a building block for the ABNF parsing crate, but should also be useful in itself.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.


lib.rs:

Parsing of ABNF Core Rules

See https://tools.ietf.org/html/rfc5234#appendix-B.1

Dependencies

~1MB
~17K SLoC