diff options
Diffstat (limited to 'users/wpcarro/scratch/rust/README.md')
-rw-r--r-- | users/wpcarro/scratch/rust/README.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/users/wpcarro/scratch/rust/README.md b/users/wpcarro/scratch/rust/README.md new file mode 100644 index 000000000000..9ff7dd97eaf6 --- /dev/null +++ b/users/wpcarro/scratch/rust/README.md @@ -0,0 +1,11 @@ +# Rust + +Watch me fumble around as I learn Rust. + +## Usage + +```shell +$ nix-shell /depot -A users.wpcarro.scratch.rust +$ cargo new json && cd ./json +$ cargo run json +``` |