Add rust module

This commit is contained in:
George Marshall 2017-04-05 16:18:22 -07:00
parent 1bc0da5f48
commit 209def1454
No known key found for this signature in database
GPG key ID: 03EB7D31859FD8C3
2 changed files with 7 additions and 0 deletions

4
modules/rust/README.md Normal file
View file

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

3
modules/rust/init.zsh Normal file
View file

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