blob: 9ff7dd97eaf6d3787f8b02edc9e4c5e19ec7c4ef (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
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
```
|