Docs.rs
sequoia-net-0.30.0
sequoia-net 0.30.0
Permalink
Docs.rs crate page
LGPL-2.0-or-later
Links
Homepage
Repository
crates.io
Source
Owners
teythoon
nwalfield
Dependencies
anyhow ^1.0.18
normal
base64 >=0.21, <0.23
normal
futures-util ^0.3.5
normal
hickory-client ^0.24
normal
hickory-resolver ^0.24
normal
http ^1
normal
hyper ^1
normal
hyper-tls ^0.6
normal
libc ^0.2.66
normal
percent-encoding ^2.1
normal
reqwest ^0.12
normal
sequoia-openpgp ^2
normal
thiserror ^1.0.2
normal
tokio ^1.13.1
normal
url ^2.1
normal
z-base-32 ^0.1.2
normal
bytes ^1
dev
http-body-util ^0.1
dev
hyper ^1
dev
hyper-util ^0.1
dev
rand ^0.8
dev
reqwest ^0.12
dev
tempfile ^3.1
dev
sequoia-openpgp ^2
dev
sequoia-openpgp ^2
dev
Versions
100%
of the crate is documented
Platform
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
sequoia_
net
0.30.0
Module dane
Module Items
Enums
Functions
In crate sequoia_
net
sequoia_net
Module
dane
Copy item path
Source
Expand description
DANE protocol client.
DANE
is a protocol for retrieving and storing OpenPGP certificates in the DNS.
Enums
§
Error
Errors for this module.
Functions
§
generate
Generates a
DANE
record for the given cert in the zonefile format.
generate_
generic
Generates a
DANE
record for the given cert in the zonefile format.
get
Retrieves certificates that contain User IDs with a given e-mail address using the
DANE
protocol.