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
☰
HashImpl
Required Associated Types
Context
Required Methods
hasher
Implementors
In mail_auth::common::crypto
?
Trait
mail_auth
::
common
::
crypto
::
HashImpl
source
·
[
−
]
pub trait HashImpl { type
Context
:
HashContext
; fn
hasher
() -> Self::
Context
; }
Required Associated Types
§
source
type
Context
:
HashContext
Required Methods
§
source
fn
hasher
() -> Self::
Context
Implementors
§
source
§
impl
HashImpl
for
Sha1
§
type
Context
=
Context
source
§
impl
HashImpl
for
Sha256
§
type
Context
=
Context