Docs.rs
mail-auth-0.7.1
mail-auth 0.7.1
Permalink
Docs.rs crate page
Apache-2.0
OR
MIT
Links
Homepage
Repository
crates.io
Source
Owners
mdecimus
Dependencies
ahash ^0.8.0
normal
ed25519-dalek ^2.0
normal
optional
flate2 ^1.0.25
normal
hickory-resolver =0.26.0-alpha.1
normal
mail-builder ^0.4
normal
mail-parser ^0.11
normal
quick-xml ^0.37
normal
optional
quick_cache ^0.6.9
normal
rand ^0.8.5
normal
optional
ring ^0.17
normal
optional
rkyv ^0.8.10
normal
optional
rsa ^0.9.8
normal
optional
rustls-pemfile ^2
normal
optional
serde ^1.0
normal
serde_json ^1.0
normal
sha1 ^0.10
normal
optional
sha2 ^0.10.6
normal
optional
zip ^4.0
normal
optional
psl ^2.1.55
dev
rustls-pemfile ^2
dev
tokio ^1.16
dev
Versions
3.89%
of the crate is documented
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
HasValidLabels
mail_
auth
0.7.1
HasValid
Labels
Required Methods
has_valid_labels
Implementations on Foreign Types
&str
Implementors
In mail_
auth::
spf::
verify
mail_auth
::
spf
::
verify
Trait
HasValid
Labels
Copy item path
Source
pub trait HasValidLabels { // Required method fn
has_valid_labels
(&self) ->
bool
; }
Required Methods
§
Source
fn
has_valid_labels
(&self) ->
bool
Implementations on Foreign Types
§
Source
§
impl
HasValidLabels
for &
str
Source
§
fn
has_valid_labels
(&self) ->
bool
Implementors
§