-
Notifications
You must be signed in to change notification settings - Fork 3
/
README.tpl
30 lines (19 loc) · 1.13 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
24
25
26
27
28
29
30
{{badges}}
[![crates.io](https://img.shields.io/crates/v/{{crate}}.svg)](https://crates.io/crates/{{crate}})
[![docs.rs](https://docs.rs/{{crate}}/badge.svg)](https://docs.rs/{{crate}}/)
[![dependency status](https://deps.rs/crate/{{crate}}/{{version}}/status.svg)](https://deps.rs/crate/{{crate}}/{{version}})
![Stable](https://github.com/usbalbin/{{crate}}/actions/workflows/stable.yml/badge.svg)
![Nightly](https://github.com/usbalbin/{{crate}}/actions/workflows/nightly.yml/badge.svg)
![Miri](https://github.com/usbalbin/{{crate}}/actions/workflows/miri.yml/badge.svg)
# {{crate}}
{{readme}}
Current version: {{version}}
## no_std
This crate should work without the full standard library
Some additional info here
# License : {{license}}
`{{crate}}` is distributed under the terms of both the MIT license and
the Apache License (Version 2.0).
See LICENSE-APACHE, and LICENSE-MIT for details.
## Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in `{{crate}}` by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.