Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 601 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 601 Bytes

Todo

Rust

A mini Todo utility in Rust

Aims

  • Force me to dig deeper into Rust
  • Force me to learn to write tests in Rust
  • Give me a command-line todo-list interface
  • Fun?

Install

$ git clone [email protected]:toddhainsworth/todo-rs.git ~/todo-rs
$ cd ~/todo-rs && cargo install
$ todo -h

Note; eventually i'll release standalone binaries for Linux and OSX (sorry Windows-folk)

Todo

See TODO.md