abrasion/third_party/cargo/vendor/miow-0.2.2/README.md

32 lines
875 B
Markdown
Raw Normal View History

2021-01-07 23:38:16 +00:00
# miow
2020-03-16 22:30:09 +00:00
2021-01-07 23:38:16 +00:00
[![Build status](https://ci.appveyor.com/api/projects/status/tc5lsxokjk86949l?svg=true)](https://ci.appveyor.com/project/alexcrichton/miow)
2020-03-16 22:30:09 +00:00
2021-01-07 23:38:16 +00:00
[Documentation](https://docs.rs/miow/0.1/x86_64-pc-windows-msvc/miow/)
A zero overhead Windows I/O library focusing on IOCP and other async I/O
features.
2020-03-16 22:30:09 +00:00
```toml
# Cargo.toml
2021-01-07 23:38:16 +00:00
[dependencies]
miow = "0.1"
2020-03-16 22:30:09 +00:00
```
# License
This project is licensed under either of
* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or
http://www.apache.org/licenses/LICENSE-2.0)
* MIT license ([LICENSE-MIT](LICENSE-MIT) or
http://opensource.org/licenses/MIT)
at your option.
### Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted
2021-01-07 23:38:16 +00:00
for inclusion in Serde by you, as defined in the Apache-2.0 license, shall be
2020-03-16 22:30:09 +00:00
dual licensed as above, without any additional terms or conditions.