A simple, memory-safe Task Management application built with Rust. This project focuses on implementing CRUD operations (Create, Read, Update, Delete) while maintaining Rust's strict ownership and safety principles.
- Create: Add new tasks with unique IDs.
- Read: View your list of tasks with their completion status.
- Update: Mark specific tasks as completed.
- Delete: Remove tasks from the list using their ID.
- Memory Safety: Built using Rust's safe memory management.
- Language: Rust
- Paradigm: Procedural & Functional (using closures for data manipulation)
- Make sure you have Rust installed.
- Clone this repository:
git clone [https://github.com/ramadhan-dev-bright/rust-cli-taskmaster.git](https://github.com/ramadhan-dev-bright/rust-cli-taskmaster.git)
