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

source ยท
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.
  • quoted_pair ๐Ÿ”’
    Consume the quoted_pair rule.
  • text ๐Ÿ”’
    Consume the text rule.