1
0
Fork 0

Add rust module

pull/1283/head
George Marshall 8 years ago
parent 1bc0da5f48
commit 209def1454
No known key found for this signature in database
GPG Key ID: 03EB7D31859FD8C3

@ -0,0 +1,4 @@
Rust
====
Enables local development with [rustup](https://rustup.rs/).

@ -0,0 +1,3 @@
if [[ -d "$HOME/.cargo/bin" ]]; then
path=($HOME/.cargo/bin $path)
fi
Loading…
Cancel
Save