-
Notifications
You must be signed in to change notification settings - Fork 46
Expand file tree
/
Copy pathREADME.tpl
More file actions
24 lines (18 loc) · 763 Bytes
/
README.tpl
File metadata and controls
24 lines (18 loc) · 763 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!-- README.md is auto-generated from README.tpl with `cargo readme` -->
<p style="text-align:center;">
<a href="https://travis-ci.org/dpc/{{crate}}">
<img src="https://img.shields.io/travis/dpc/{{crate}}/master.svg?style=flat-square" alt="Travis CI Build Status">
</a>
<a href="https://crates.io/crates/{{crate}}">
<img src="http://meritbadge.herokuapp.com/{{crate}}?style=flat-square" alt="crates.io">
</a>
<a href="https://gitter.im/dpc/{{crate}}">
<img src="https://img.shields.io/badge/GITTER-join%20chat-green.svg?style=flat-square" alt="Gitter Chat">
</a>
<br>
</p>
# {{crate}}
See [wiki](https://github.com/dpc/{{crate}}/wiki) for current project status.
{{readme}}
# License
{{crate}} is licensed under: {{license}}