basic rust template
This commit is contained in:
commit
2f3fac1a58
9 changed files with 1026 additions and 0 deletions
7
justfile
Normal file
7
justfile
Normal file
|
@ -0,0 +1,7 @@
|
|||
alias b := build
|
||||
build:
|
||||
cargo build
|
||||
|
||||
alias r := run
|
||||
run:
|
||||
cargo run
|
Loading…
Add table
Add a link
Reference in a new issue