btc-wallet 0.0.1

command line software to generate bitcoin wallet
Documentation
1
2
3
4
5
mod args;
mod print_mode;

pub use args::Args;
pub use print_mode::PrintMode;