about summary refs log tree commit diff
path: root/users/wpcarro/scratch/rust/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'users/wpcarro/scratch/rust/README.md')
-rw-r--r--users/wpcarro/scratch/rust/README.md11
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 0000000000..9ff7dd97ea
--- /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
+```