Docs.rs
  • imap-proto-0.16.4
    • imap-proto 0.16.4
    • Docs.rs crate page
    • MIT/Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • djc
    • Dependencies
      • nom ^7 normal
      • assert_matches ^1.3 dev
    • Versions
    • 14.93% of the crate is documented
  • Go to latest version
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

imap_proto0.16.4

Module core

  • Functions

In imap_proto::parser

?
Change settings

Module imap_proto::parser::core

source ·

Functions§

  • astring
  • astring_utf8
  • atom
  • is_astring_char
  • is_atom_char
  • is_atom_specials
  • is_char
  • is_char8
    CHAR8 = %x01-ff ; any OCTET except NUL, %x00
  • is_list_wildcards
  • is_quoted_specials
  • is_resp_specials
  • is_text_char
  • literal
    literal = “{” number “}” CRLF *CHAR8 ; Number represents the number of CHAR8s
  • nil
  • nstring
  • nstring_utf8
  • number
  • number_64
  • opt_opt
  • paren_delimited
  • parenthesized_list
  • parenthesized_nonempty_list
  • quoted
  • quoted_utf8
  • sequence_range
  • sequence_set
  • string
  • string_utf8
  • text