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

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

Structs

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