noosphere-ns 0.3.1

A P2P name system for Noosphere
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
mod channel;
mod config;
mod errors;
mod keys;
mod node;
mod processor;
mod swarm;
mod types;
mod validator;

pub use config::DHTConfig;
pub use errors::DHTError;
pub use keys::DHTKeyMaterial;
pub use node::{DHTNode, DHTStatus};
pub use types::{DHTNetworkInfo, DHTRecord};
pub use validator::{DefaultRecordValidator, RecordValidator};