rtodo-0.1.1 is not a library.
Visit the last successful build:
rtodo-0.1.4
A very simple To-Do list manager written in Rust
I wrote this project while I'm learning Rust for practice.
I decided to put this project online so that others, like me, who are learning Rust can take some ideas and help me improve this code too.
Feel free to open a pull request to improve the code or to add new features and help me learn Rust.
Features
- List todos
- Add todos
- Remove todos
- Update todos
Screenshots
Roadmap
- Save todos into a file and read from it.
- Add commandline arguments.