Docs.rs
rustls-acme-0.7.0
rustls-acme 0.7.0
Docs.rs crate page
Apache-2.0
OR
MIT
Links
Repository
crates.io
Source
Owners
FlorianUekermann
Dependencies
async-h1 ^2.3.3
normal
async-io ^1.6.0
normal
async-trait ^0.1.53
normal
axum-server ^0.4.1
normal
base64 ^0.13.0
normal
chrono ^0.4.19
normal
futures ^0.3.21
normal
futures-rustls ^0.24
normal
http-types ^2.12.0
normal
log ^0.4.17
normal
pem ^1.0.2
normal
pin-project ^1.0.10
normal
rcgen ^0.9.2
normal
ring ^0.16.20
normal
rustls ^0.21
normal
serde ^1.0.137
normal
serde_json ^1.0.81
normal
smol ^1.2.5
normal
thiserror ^1.0.31
normal
tokio ^1.20.1
normal
tokio-util ^0.7.3
normal
url ^2.2.2
normal
webpki-roots ^0.21.1
normal
x509-parser ^0.13.2
normal
axum ^0.5.13
dev
clap ^3.1.18
dev
simple_logger ^2.1.0
dev
smol-potat ^1.1.2
dev
structopt ^0.3.26
dev
tokio ^1.19.2
dev
tokio-stream ^0.1.9
dev
tokio-util ^0.7.3
dev
warp ^0.3.4
dev
Versions
1.23%
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
☰
Event
In rustls_acme
?
Type Definition
rustls_acme
::
Event
source
·
[
−
]
pub type Event<EC, EA> =
Result
<
EventOk
,
EventError
<EC, EA>>;