A simple command-line banking system written in Rust. This project allows users to securely deposit and withdraw funds with basic balance management.
- Deposit: Users can deposit funds into their accounts.
- Withdrawal — Withdraw funds (only if sufficient balance is available).
- Balance Tracking — Keeps track of your current account balance.
- Clone the repository:
https://github.com/iNoles/bank_account-rust.git
- Navigate to the project directory: cd bank-system-rust
- Build the project: cargo build
- Run the program: cargo run
- Follow the on-screen prompts to interact with the bank system.
- deposit funds and withdraw funds
Contributions are welcome! Feel free to open an issue or submit a pull request.