-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.tpl
28 lines (19 loc) · 1.12 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
# {{crate}}
[](https://crates.io/crates/future-queue)
[](https://docs.rs/future-queue/)
[](https://nextest-rs.github.io/future-queue/rustdoc/future_queue)
[](CHANGELOG.md)
[](LICENSE-APACHE)
[](LICENSE-MIT)
{{readme}}
## Contributing
See the [CONTRIBUTING](CONTRIBUTING.md) file for how to help out.
## License
This project is available under the terms of either the [Apache 2.0 license](LICENSE-APACHE) or
the [MIT license](LICENSE-MIT).
The code is derived from [futures-rs](https://github.com/rust-lang/futures-rs), and is used under
the Apache 2.0 and MIT licenses.
<!--
README.md is generated from README.tpl by cargo readme. To regenerate, run from the repository root:
./scripts/regenerate-readmes.sh
-->