Crate miow

Source
Expand description

§miow

Build status

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

This crate is basically unmaintained. Do not expect new features or new releases.

§License

This project is licensed under either of

at your option.

§Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in miow by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Modules§

iocp
Bindings to IOCP, I/O Completion Ports
net
Extensions and types for the standard networking primitives.
pipe
Interprocess Communication pipes

Structs§

Overlapped
A wrapper around OVERLAPPED to provide “rustic” accessors and initializers.