Accountant
A simple accounting utilities library for financial calculations in Rust.
Features
- Basic balance management
- Credit and debit operations
- Simple and lightweight
Installation
Add to your Cargo.toml:
[]
= "0.1.3"
Usage
use Accountant;
License
MIT License