| Crates.io | cli_todo_project |
| lib.rs | cli_todo_project |
| version | 0.1.0 |
| created_at | 2025-07-23 21:42:56.473935+00 |
| updated_at | 2025-07-23 21:42:56.473935+00 |
| description | simple app on the command line to manage your yodo list |
| homepage | |
| repository | https://github.com/ktm06/cli-todo-list |
| max_upload_size | |
| id | 1765297 |
| size | 30,956 |
CLI-TODO is a simple rust CLI todo app designed for me to get better at Rust
Through this project, I refined my rust programming skills, especially utilizing structs effectively. I also learned dependecies such as serde to save tasks in CLI as JSON files, clap to define commands on the CLI, and chrono for datetime functions.
Additionally, I learned how to license and publish these projects as crates