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

https://github.com/pabloqpacin/rustey

Rust projects 101
https://github.com/pabloqpacin/rustey

Last synced: 4 months ago
JSON representation

Rust projects 101

Awesome Lists containing this project

README

        

# Rustey

## How to play?

- Clone the repo

```bash
git clone https://github.com/pabloqpacin/Rustey.git /tmp/Rustey &&
cd $_
```

- Build and run the code

```bash
cargo run
```