Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/C/Firefox/third_party/rust/time/src/parsing/combinator/rfc/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 315 B image not shown  

Quelle  mod.rs   Sprache: unbekannt

 
//! 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;

[ Dauer der Verarbeitung: 0.3 Sekunden  (vorverarbeitet)  ]