• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

src/H03-May-2022-2,7751,851

.cargo-checksum.jsonH A D03-May-202289 11

.cargo_vcs_info.jsonH A D01-Jan-197074 65

.gitignoreH A D01-Jan-197018 32

CHANGELOG.mdH A D01-Jan-1970162 64

Cargo.tomlH A D01-Jan-19701.4 KiB3633

Cargo.toml.orig-cargoH A D01-Jan-1970921 4237

LICENSE-APACHEH A D01-Jan-197010.6 KiB202169

LICENSE-MITH A D01-Jan-19701 KiB2622

README.mdH A D01-Jan-1970876 3221

appveyor.ymlH A D01-Jan-1970576 2117

README.md

1# miow
2
3[![Build status](https://ci.appveyor.com/api/projects/status/tc5lsxokjk86949l?svg=true)](https://ci.appveyor.com/project/alexcrichton/miow)
4
5[Documentation](https://docs.rs/miow/0.3/x86_64-pc-windows-msvc/miow/)
6
7A zero overhead Windows I/O library focusing on IOCP and other async I/O
8features.
9
10```toml
11# Cargo.toml
12[dependencies]
13miow = "0.3.6"
14```
15
16# License
17
18This project is licensed under either of
19
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)
24
25at your option.
26
27### Contribution
28
29Unless you explicitly state otherwise, any contribution intentionally submitted
30for inclusion in miow by you, as defined in the Apache-2.0 license, shall be
31dual licensed as above, without any additional terms or conditions.
32