]> git.proxmox.com Git - cargo.git/blob - vendor/miow-0.2.1/README.md
New upstream version 0.20.0
[cargo.git] / vendor / miow-0.2.1 / 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
7 A zero overhead Windows I/O library focusing on IOCP and other async I/O
8 features.
9
10 ```toml
11 # Cargo.toml
12 [dependencies]
13 miow = "0.1"
14 ```
15
16 # License
17
18 `miow` is primarily distributed under the terms of both the MIT license and
19 the Apache License (Version 2.0), with portions covered by various BSD-like
20 licenses.
21
22 See LICENSE-APACHE, and LICENSE-MIT for details.