Docs.rs
mail-auth-0.3.0
mail-auth 0.3.0
Docs.rs crate page
Apache-2.0
OR
MIT
27 January 2023
Links
Homepage
Repository
crates.io
Source
Owners
mdecimus
Dependencies
ahash ^0.8.0
normal
ed25519-dalek ^1.0.1
normal
flate2 ^1.0.25
normal
lru-cache ^0.1.2
normal
mail-builder ^0.2.5
normal
mail-parser ^0.8
normal
parking_lot ^0.12.0
normal
quick-xml ^0.27.1
normal
ring ^0.16.20
normal
rsa ^0.7.0
normal
rustls-pemfile ^1
normal
serde ^1.0
normal
serde_json ^1.0
normal
sha1 ^0.10
normal
sha2 ^0.10.6
normal
trust-dns-resolver ^0.22.0
normal
zip ^0.6.3
normal
rustls-pemfile ^1
dev
tokio ^1.16
dev
Versions
4.85%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
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
☰
TxtRecordParser
Required Methods
parse
Implementors
In mail_auth::common::parse
?
Trait
mail_auth
::
common
::
parse
::
TxtRecordParser
source
·
[
−
]
pub trait TxtRecordParser:
Sized
{ fn
parse
(record: &[
u8
]) ->
Result
<Self>; }
Required Methods
§
source
fn
parse
(record: &[
u8
]) ->
Result
<Self>
Implementors
§
source
§
impl
TxtRecordParser
for
Macro
source
§
impl
TxtRecordParser
for
Atps
source
§
impl
TxtRecordParser
for
DomainKeyReport
source
§
impl
TxtRecordParser
for
Dmarc
source
§
impl
TxtRecordParser
for
MtaSts
source
§
impl
TxtRecordParser
for
TlsRpt
source
§
impl
TxtRecordParser
for
Spf
source
§
impl
TxtRecordParser
for
DomainKey