summaryrefslogtreecommitdiffstats
path: root/vendor/time/src/parsing/combinator/rfc/mod.rs
blob: 2974a4d5c4f5c42c1ab3770e13545884e3903a2b (plain)
1
2
3
4
5
6
7
8
9
10
//! Combinators for rules as defined in a standard.
//!
//! When applicable, these rules have been converted strictly following the ABNF syntax as specified
//! in [RFC 2234].
//!
//! [RFC 2234]: https://datatracker.ietf.org/doc/html/rfc2234

pub(crate) mod iso8601;
pub(crate) mod rfc2234;
pub(crate) mod rfc2822;