https://github.com/kstep/rust-blueprint
My Rust project blueprint to start with
https://github.com/kstep/rust-blueprint
Last synced: 7 months ago
JSON representation
My Rust project blueprint to start with
- Host: GitHub
- URL: https://github.com/kstep/rust-blueprint
- Owner: kstep
- License: apache-2.0
- Created: 2016-07-12T08:45:01.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-01-31T10:02:01.000Z (over 7 years ago)
- Last Synced: 2024-12-27T00:41:33.866Z (over 1 year ago)
- Language: Shell
- Size: 8.79 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# rust-blueprint
My Rust project blueprint to start with
Clone it, rename it, build on it:
```
git clone https://github.com/kstep/rust-blueprint new-project-name
cd new-project-name
./init
```