tape-client 0.1.7

Your data, permanently recorded — uncensorable, uneditable, and here for good.
Documentation
1
2
3
4
5
6
7
8
9
mod account;
mod rpc; 
mod io;
mod retry;

pub use account::*;
pub use rpc::*;
pub use io::*;
pub use retry::*;