A simple command-line task manager built with Rust π¦
Made for learning purposes – lightweight, file-based, and cross-platform.
- Create and manage multiple users
- Add, view, delete, and update tasks
- Mark tasks as done or pending
- Search through tasks quickly
- Show basic task statistics
- Stores everything in plain text files (I/O based)
This project is mainly for learning Rust:
- Practicing CLI design
- File I/O handling
- Structs & enums for tasks
- Error handling & validation
It’s not meant to replace big task managers – just a fun way to practice Rust! π
Feel free to fork, experiment, or suggest improvements.
It’s a learning playground, so ideas are always welcome. β¨
MIT License – free to use and share.
Made with β€οΈ in Rust π¦
Happy Coding.....