pkarr 7.0.0

Public-Key Addressable Resource Records (Pkarr); publish and resolve DNS records over Mainline DHT
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//! Mainline DHT integration.

mod client;
mod error;
mod info;
mod report_policy;
mod resolve_report;
mod resolve_response;

pub use client::DhtClient;
pub use error::{PublishError, ResolveError};
pub use info::DhtInfo;
pub use report_policy::{PublishWarning, ReportPolicy, ResolveWarning};
pub use resolve_report::ResolveReport;
pub use resolve_response::{ResolveOutcome, ResolveResponse};