#![warn(
missing_debug_implementations,
missing_docs,
rust_2018_idioms,
unreachable_pub
)]//! `cashweb-bitcoin-client` is a library providing [`KeyserverClient`] which allows
//! interaction with specific keyservers and [`KeyserverManager`]
//! which allows sampling and aggregation over multiple keyservers.
modclient;modmanager;#[allow(missing_docs)]pubmodmodels;pubuseclient::*;pubusemanager::*;