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

https://github.com/dehwyy/rust-playground

🦀Playground
https://github.com/dehwyy/rust-playground

Last synced: 3 months ago
JSON representation

🦀Playground

Awesome Lists containing this project

README

        

# Rust Playground

## Examples
- matrix

## To Run example
```sh
cargo run --example matrix
# or
task matrix
```