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
- Host: GitHub
- URL: https://github.com/cchantep/rust_sandbox
- Owner: cchantep
- Created: 2020-09-24T09:58:46.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-06T20:34:26.000Z (over 5 years ago)
- Last Synced: 2025-06-24T13:10:59.924Z (about 1 year ago)
- Topics: rust, rustlings
- Language: Scala
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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