todo-app

Crates.iotodo-app
lib.rstodo-app
version0.1.1
sourcesrc
created_at2021-12-25 16:11:37.803023
updated_at2021-12-25 16:28:13.742994
descriptionTodo app on Rust
homepage
repositoryhttps://github.com/stepanov-denis/todo-app/
max_upload_size
id503002
size4,979
Stepanov Denis (stepanov-denis)

documentation

https://docs.rs/todo-app

README

todo-app

Application for keeping a to-do list. The list is written / read in the format JSON.

  • To add to the list, enter in the command line:
cargo run -- add "your task"
  • To mark the completion of the task, enter at the command line:
cargo run -- complete "your task"
  • To view the list, enter at the command line:
cat db.json
Commit count: 7

cargo fmt