btc-wallet 0.1.0

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

pub use wallet::Wallet;