forked from rustwasm/gloo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.README.tpl
23 lines (18 loc) · 1.11 KB
/
.README.tpl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<div align="center">
<h1><code>{{crate}}</code></h1>
<p>
<a href="https://dev.azure.com/rustwasm/gloo/_build?definitionId=6"><img src="https://img.shields.io/azure-devops/build/rustwasm/gloo/6.svg?style=flat-square" alt="Build Status" /></a>
<a href="https://crates.io/crates/{{crate}}"><img src="https://img.shields.io/crates/v/{{crate}}.svg?style=flat-square" alt="Crates.io version" /></a>
<a href="https://crates.io/crates/{{crate}}"><img src="https://img.shields.io/crates/d/{{crate}}.svg?style=flat-square" alt="Download" /></a>
<a href="https://docs.rs/{{crate}}"><img src="https://img.shields.io/badge/docs-latest-blue.svg?style=flat-square" alt="docs.rs docs" /></a>
</p>
<h3>
<a href="https://docs.rs/{{crate}}">API Docs</a>
<span> | </span>
<a href="https://github.com/rustwasm/gloo/blob/master/CONTRIBUTING.md">Contributing</a>
<span> | </span>
<a href="https://discordapp.com/channels/442252698964721669/443151097398296587">Chat</a>
</h3>
<sub>Built with 🦀🕸 by <a href="https://rustwasm.github.io/">The Rust and WebAssembly Working Group</a></sub>
</div>
{{readme}}