https://github.com/mhutter/template-rust
https://github.com/mhutter/template-rust
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mhutter/template-rust
- Owner: mhutter
- Created: 2025-01-22T08:46:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-09T19:42:20.000Z (12 months ago)
- Last Synced: 2026-01-13T19:42:44.687Z (5 months ago)
- Language: Dockerfile
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# template-rust
Custom templates for use with `rust generate`
## Templates
### `server`
Template for a WebServer application
```sh
cargo generate --git https://github.com/mhutter/template-rust.git server
```