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

https://github.com/joway/rust-scaffold


https://github.com/joway/rust-scaffold

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# Rust-Scaffold

## Usage

### debug running

```shell
make debug
```

### build target

```shell
make dev
```

### build target with `--release` mode

```shell
make release
```

### build docker image

```shell
make image
```

### clean all target files

```shell
make clean
```