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.....