[go: up one dir, main page]

miow 0.1.0

A zero overhead I/O library for Windows, focusing on IOCP and Async I/O abstractions.
Documentation
# miow

[![Build status](https://ci.appveyor.com/api/projects/status/tc5lsxokjk86949l?svg=true)](https://ci.appveyor.com/project/alexcrichton/miow)

[Documentation](http://alexcrichton.com/miow)

A zero overhead Windows I/O library focusing on IOCP and other async I/O
features.

```toml
# Cargo.toml
[dependencies]
miow = "0.1"
```

# License

`miow` is primarily distributed under the terms of both the MIT license and
the Apache License (Version 2.0), with portions covered by various BSD-like
licenses.

See LICENSE-APACHE, and LICENSE-MIT for details.