cli_todo_project

Crates.iocli_todo_project
lib.rscli_todo_project
version0.1.0
created_at2025-07-23 21:42:56.473935+00
updated_at2025-07-23 21:42:56.473935+00
descriptionsimple app on the command line to manage your yodo list
homepage
repositoryhttps://github.com/ktm06/cli-todo-list
max_upload_size
id1765297
size30,956
(ktm06)

documentation

README

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

Commit count: 0

cargo fmt