forked from facebookarchive/rust-partial-io
-
Notifications
You must be signed in to change notification settings - Fork 1
/
README.tpl
23 lines (15 loc) · 758 Bytes
/
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
# {{crate}}
[![partial-io on crates.io](https://img.shields.io/crates/v/partial-io)](https://crates.io/crates/partial-io)
[![Documentation (latest release)](https://docs.rs/partial-io/badge.svg)](https://docs.rs/partial-io/)
[![Documentation (master)](https://img.shields.io/badge/docs-master-brightgreen)](https://facebookincubator.github.io/rust-partial-io/rustdoc/partial_io/)
[![License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE)
{{readme}}
## Contributing
See the [CONTRIBUTING](CONTRIBUTING.md) file for how to help out.
## License
This project is available under the [MIT license](LICENSE).
<!--
README.md is generated from README.tpl by cargo readme. To regenerate:
cargo install cargo-readme
cargo readme > README.md
-->