https://github.com/joway/rust-scaffold
https://github.com/joway/rust-scaffold
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/joway/rust-scaffold
- Owner: joway
- Created: 2018-08-26T11:20:10.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-04-09T10:46:27.000Z (about 7 years ago)
- Last Synced: 2025-06-27T04:58:04.440Z (11 months ago)
- Language: Dockerfile
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```