Docs.rs
smtp-codec-0.2.0
smtp-codec 0.2.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
duesee
Dependencies
abnf-core ^0.5
normal
nom ^7
normal
serde ^1.0
normal
optional
Versions
58.95%
of the crate is documented
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
Module quoted_strings
smtp_
codec
0.2.0
Module quoted_
strings
Module Items
Functions
In smtp_
codec::
parse::
imf
smtp_codec
::
parse
::
imf
Module
quoted_
strings
Copy item path
Source
Expand description
3.2.4. Quoted Strings
Functions
§
is_
qtext
Printable US-ASCII characters not including “" or the quote character.
qcontent
qcontent = qtext / quoted-pair
quoted_
string
quoted-string =
CFWS
DQUOTE *(
FWS
qcontent)
FWS
DQUOTE
CFWS