tox 0.0.5

Implementation of toxcore in pure Rust - P2P, distributed, encrypted, easy to use DHT-based network.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
/*! The implementaion of dht module functionalities.
*/

pub mod packet;
pub mod kbucket;
pub mod packed_node;
pub mod codec;
pub mod server;
pub mod dht_friend;
pub mod dht_node;
pub mod daemon_state;
pub mod lan_discovery;