An open API service indexing awesome lists of open source software.

https://github.com/blairnangle/learning-rust

Crustacean nation.
https://github.com/blairnangle/learning-rust

rust

Last synced: 2 months ago
JSON representation

Crustacean nation.

Awesome Lists containing this project

README

        

# learning-rust

## Usage

Note that binaries are compiled to and executed from a specific Git-ignored directory.

### Compile

```shell
rustc --out-dir bin src/main.rs
```

### Run

```shell
./bin/main
```

## Testing

```shell
cargo test
```