Rust command line todo list
To practice Rust, I created a simple todo list that can be used in the command line.
Technologies involved
Section titled “Technologies involved”- Serde to serialize and deserialize the todos from and to storage.
- …
To practice Rust, I created a simple todo list that can be used in the command line.