clia-time 0.3.10

A personal temporary time crate, using tz-rs to get local offset.
Documentation
1
2
3
4
5
6
7
8
//! Combinators for rules as defined in an RFC.
//!
//! 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 rfc2234;
pub(crate) mod rfc2822;