Skip to content

Greenade/rust-todo-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

compile using cargo b --release

then navigate cd ./target/release

then use the binary as intended :) (you can omit the --release to have the debug version of the binary, but then you need to go to ./target/debug instead. Note that it will not be optimized)

hint : ./rust-todo --help

About

A simple todo-list command line tool in rust.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages