Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/95gabor/rust-starter
https://github.com/95gabor/rust-starter
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/95gabor/rust-starter
- Owner: 95gabor
- Created: 2024-08-08T12:55:57.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-08T12:57:40.000Z (5 months ago)
- Last Synced: 2024-08-08T15:13:53.986Z (5 months ago)
- Language: Rust
- Size: 24.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```