Skip to content

toddhainsworth/todo-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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