-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Add README.tpl - generate REAME.md with cargo-readme
- Loading branch information
Showing
2 changed files
with
67 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{{badges}} | ||
|
||
[![crates.io](https://img.shields.io/crates/v/iter_fixed.svg)](https://crates.io/crates/iter_fixed) | ||
[![docs.rs](https://docs.rs/iter_fixed/badge.svg)](https://docs.rs/iter_fixed/) | ||
[![dependency status](https://deps.rs/crate/iter_fixed/0.3.0/status.svg)](https://deps.rs/crate/iter_fixed/0.3.0) | ||
|
||
![Stable](https://github.com/usbalbin/iter_fixed/actions/workflows/stable.yml/badge.svg) | ||
![Nightly](https://github.com/usbalbin/iter_fixed/actions/workflows/nightly.yml/badge.svg) | ||
![Miri](https://github.com/usbalbin/iter_fixed/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}} | ||
`iter_fixed` 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 iter_fixed by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions. |