Skip to content

Latest commit

 

History

History
23 lines (21 loc) · 425 Bytes

README.md

File metadata and controls

23 lines (21 loc) · 425 Bytes

munshi

munshi for managing your books of accounts

Structure

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