runite 0.1.0

An event-loop-per-thread async runtime built on io_uring (Linux), kqueue (macOS), and IOCP (Windows)
Documentation
1
2
3
4
//! Windows-specific extensions to runite types, mirroring
//! [`std::os::windows`].

pub mod fs;