tape-program 0.1.9

Your data, permanently recorded — uncensorable, uneditable, and here for good.
Documentation
1
2
3
4
5
6
7
8
9
pub mod register;
pub mod close;
pub mod mine;
pub mod claim;

pub use register::*;
pub use close::*;
pub use mine::*;
pub use claim::*;