Docs.rs
vsmtp-common-1.2.0
vsmtp-common 1.2.0
Docs.rs crate page
GPL-3.0-only
Links
Homepage
Repository
crates.io
Source
Owners
Mathieu-Lala
ltabis
Dependencies
addr ^0.15.4
normal
anyhow ^1.0.60
normal
async-trait ^0.1.57
normal
base64 ^0.13.0
normal
convert_case ^0.5.0
normal
lettre ^0.10.0
normal
libc ^0.2.127
normal
log ^0.4.17
normal
serde ^1.0.142
normal
serde_json ^1.0.83
normal
serde_with ^2.0.0
normal
strum ^0.24.1
normal
tokio ^1.20.1
normal
tokio-stream ^0.1.9
normal
vsmtp-rsasl ^1.5.1-rc2
normal
pretty_assertions ^1.2.1
dev
users ^0.11.0
dev
Versions
100%
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
☰
ReplyOrCodeID
In vsmtp_common
?
Type Definition
vsmtp_common
::
ReplyOrCodeID
[
−
]
pub type ReplyOrCodeID =
Either
<
CodeID
,
Reply
>;
Expand description