An open API service indexing awesome lists of open source software.

https://github.com/dheerajshenoy/dotodo

A todo program written in Rust
https://github.com/dheerajshenoy/dotodo

Last synced: 8 months ago
JSON representation

A todo program written in Rust

Awesome Lists containing this project

README

          

# dotodo
A todo program written in Rust.

I am learning Rust, so I thought what can be best than to create something out of it.

# Libraries Used

1. ratatui
2. serde and serde_json

# Features

1. List items from a JSON file
2. Mark element
3. Delete marked elements
4. Rename element