iNoles / bank_account-rust

A simple bank system implemented in Rust for managing transactions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bank_account-rust

This project implements a simple bank system in Rust. It allows users to deposit and withdraw funds.

Features

  • Deposit: Users can deposit funds into their accounts.
  • Withdrawal: Users can withdraw funds from their accounts, provided they have sufficient balance.

Installation

  1. Clone the repository:
https://github.com/iNoles/bank_account-rust.git
  1. Navigate to the project directory: cd bank-system-rust
  2. Build the project: cargo build

Usage

  1. Run the program: cargo run
  2. Follow the on-screen prompts to interact with the bank system.
  3. deposit funds and withdraw funds

Contributing

Contributions are welcome! Feel free to open an issue or submit a pull request.

About

A simple bank system implemented in Rust for managing transactions.

License:GNU General Public License v3.0


Languages

Language:Rust 100.0%