wallet_system 0.1.3

A wallet system simulation in Rust.
Documentation
1
2
3
4
5
6
pub mod accounts;
pub mod wallets;
pub mod basic_wallet;
pub mod basic_account;
pub mod premium_account;
pub mod multi_currency_wallet;