networking 0.1.9

secure RSA + AES network implementations in a peer to peer enabled manner
Documentation
1
2
3
4
5
use networking::test_config;
fn main() {
    let (peer, config) = test_config();
    println!("{}", serde_json::to_string(&peer).unwrap());
}