pkarr 5.0.4

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
//! Extra features that might benefit most but not all developers building apps using Pkarr.
//!

#[cfg(feature = "endpoints")]
pub mod endpoints;

#[cfg(all(not(wasm_browser), feature = "reqwest-resolve"))]
pub mod reqwest;

#[cfg(all(not(wasm_browser), feature = "tls"))]
pub mod tls;

#[cfg(all(not(wasm_browser), feature = "lmdb-cache"))]
pub mod lmdb_cache;