Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 346 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 346 Bytes

miniiocp

Thin Rust wrapper around the Windows IO completion port.

See I/O Completion Ports on MSDN for the description of the concept.

Run cargo --doc for documentation.

See the tests for some example code.

Uses winapi.