Bug 1825052 [wpt PR 39246] - Update wpt metadata, a=testonly
[gecko.git] / third_party / rust / miow / README.md
blobe6cdddb227fcd83b970efdd1f447039b10051898
1 # miow
3 [![Build status](https://ci.appveyor.com/api/projects/status/tc5lsxokjk86949l?svg=true)](https://ci.appveyor.com/project/alexcrichton/miow)
5 [Documentation](https://docs.rs/miow/0.3/x86_64-pc-windows-msvc/miow/)
7 A zero overhead Windows I/O library focusing on IOCP and other async I/O
8 features.
10 ```toml
11 # Cargo.toml
12 [dependencies]
13 miow = "0.3.6"
14 ```
16 # License
18 This project is licensed under either of
20  * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or
21    http://www.apache.org/licenses/LICENSE-2.0)
22  * MIT license ([LICENSE-MIT](LICENSE-MIT) or
23    http://opensource.org/licenses/MIT)
25 at your option.
27 ### Contribution
29 Unless you explicitly state otherwise, any contribution intentionally submitted
30 for inclusion in miow by you, as defined in the Apache-2.0 license, shall be
31 dual licensed as above, without any additional terms or conditions.