btc-wallet 0.0.1

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

pub use wallet::Wallet;