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

..03-May-2022-

src/H03-May-2022-2,3291,464

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

.gitignoreH A D18-Aug-201518 32

Cargo.tomlH A D10-Mar-2017634 2421

LICENSE-APACHEH A D18-Aug-201510.6 KiB202169

LICENSE-MITH A D18-Aug-20151 KiB2622

README.mdH A D19-Dec-2016582 2315

appveyor.ymlH A D19-Dec-2016576 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.1/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.1"
14```
15
16# License
17
18`miow` is primarily distributed under the terms of both the MIT license and
19the Apache License (Version 2.0), with portions covered by various BSD-like
20licenses.
21
22See LICENSE-APACHE, and LICENSE-MIT for details.
23