Module time::parsing::combinator::rfc::rfc2822

source ·
Available on crate feature parsing only.
Expand description

Rules defined in RFC 2822.

Functions§

  • ccontent 🔒
    Consume the ccontent rule.
  • cfws 🔒
    Consume the cfws rule.
  • comment 🔒
    Consume the comment rule.
  • ctext 🔒
    Consume the ctext rule.
  • fws 🔒
    Consume the fws rule.
  • no_ws_ctl 🔒
    Consume the no_ws_ctl rule.
  • Consume the quoted_pair rule.
  • text 🔒
    Consume the text rule.