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.