//! # Mainline
//! Rust implementation of read-only BitTorrent Mainline DHT client.
// Public modules
/// Miscellaneous common structs used throughout the library.
/// Errors
pub use crateId;
pub use ;
// Re-exports
pub use crateError;
pub use ed25519_dalek;
// Alias Result to be the crate Result.
pub type Result<T, E = Error> = Result;