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.
- List todos
- Add todos
- Remove todos
- Update todos
- Save todos into a file and read from it.
- Add commandline arguments.