ipmail 0.1.0

Rust implementation of SP-centric decentralized instant message synchronization protocol(DIMSP)
Documentation
1
2
3
4
5
6
7
8
9
pub mod account;
pub mod fs;
pub mod gc;
pub mod mail;
pub mod percentage;
pub mod pubkey;
pub mod receiver;
pub mod sender;
pub mod sync;