Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/95gabor/rust-starter


https://github.com/95gabor/rust-starter

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Rust starter

## Local usage

### Installation

```bash
cargo run --locked --release --bin sample
```

## Docker

```bash
cp .env.example .env
docker compose up
```