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

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

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
```