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

https://github.com/straylittlepunk/template

A rust project template
https://github.com/straylittlepunk/template

Last synced: about 1 month ago
JSON representation

A rust project template

Awesome Lists containing this project

README

          

# {{project-name}}

[![CI](https://github.com/{{gh-username}}/{{project-name}}/workflows/CI/badge.svg)](https://github.com/{{gh-username}}/{{project-name}}/actions)
[![Coverage Status](https://coveralls.io/repos/github/{{gh-username}}/{{project-name}}/badge.svg?branch=main)](https://coveralls.io/github/{{gh-username}}/{{project-name}}?branch=main)

## How to use it

```bash
$ cargo generate --git https://github.com/straylittlepunk/template
```

## License

MIT license
([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)