self_sdk 0.1.0

An SDK for interacting with the self network
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
pub mod error;
pub mod keypair;
pub mod message;
pub mod protocol {
    mod aclcommand;
    pub use self::aclcommand::*;
    mod err_type;
    pub use self::err_type::*;
    mod msg_type;
    pub use self::msg_type::*;
    mod msg_sub_type;
    pub use self::msg_sub_type::*;
}
pub mod siggraph;
pub mod time;
pub mod transport;