Docs.rs
mio-1.1.0
mio 1.1.0
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
carllerche
github:tokio-rs:mio-core
Dependencies
log ^0.4.8
normal
optional
env_logger ^0.11
dev
rand ^0.9
dev
libc ^0.2.159
normal
libc ^0.2.159
normal
wasi ^0.11.0
normal
libc ^0.2.159
normal
windows-sys ^0.61
normal
Versions
100%
of the crate is documented
Platform
aarch64-apple-ios
aarch64-linux-android
wasm32-wasip1
x86_64-apple-darwin
x86_64-pc-windows-gnu
x86_64-pc-windows-msvc
x86_64-unknown-freebsd
x86_64-unknown-illumos
x86_64-unknown-netbsd
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Module unix
mio
1.1.0
Module unix
Module Items
Modules
Structs
In crate mio
mio
Module
unix
Copy item path
Source
Available on
Unix and crate feature
os-ext
only.
Expand description
Unix only extensions.
Modules
§
pipe
Unix pipe.
Structs
§
Source
Fd
Adapter for
RawFd
providing an
event::Source
implementation.