Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 360 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 360 Bytes

A Command Line Interface (CLI) programmed in Rust. This is the resulting project of learning the basics of the Rust programming language. At the moment, this program is a to-do list, and can handle the creation, display and removal of tasks. It also saves the tasks as a JSON file, ensuring that the user can access the list at any given moment in the future.