munshi for managing your books of accounts
munshi/
├── Cargo.toml
├── src/
│ ├── main.rs
│ ├── models.rs
│ ├── app.rs
│ ├── commands/
│ │ ├── mod.rs
│ │ ├── create.rs
│ │ ├── read.rs
│ │ ├── update.rs
│ │ └── delete.rs
Near scope
- Tests
- Documentation
- GUI