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

https://github.com/losthopes/rust-test-project

Project to learn Rust
https://github.com/losthopes/rust-test-project

Last synced: over 1 year ago
JSON representation

Project to learn Rust

Awesome Lists containing this project

README

          

# Setup

Build a project with cargo

```bash
cargo build
```

Clean the target files

```bash
cargo clean
```