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

https://github.com/cchantep/rust_sandbox

:crab: Experimentation with Rust
https://github.com/cchantep/rust_sandbox

rust rustlings

Last synced: about 2 months ago
JSON representation

:crab: Experimentation with Rust

Awesome Lists containing this project

README

          

# Rust sandbox

Experimentation with Rust :crab:

## Layout

- [`rust/`](./rust/) Rust sources
- [`scala/`](./scala/) *Equivalent* Scala sources

## Checkout sources

```
git submodule init
git submodule update
```

## Build

```bash
cd rust/
cargo build
```

Run the tests:

cargo test