Docs.rs
mio_wasi-0.8.9
mio_wasi 0.8.9
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
juntao
Dependencies
log ^0.4.8
normal
env_logger ^0.9.3
dev
rand ^0.8
dev
libc ^0.2.121
normal
wasi ^0.11.0
normal
wasmedge_wasi_socket ^0.5
normal
libc ^0.2.121
normal
windows-sys ^0.48
normal
Versions
100%
of the crate is documented
Platform
aarch64-apple-ios
aarch64-linux-android
wasm32-wasi
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-freebsd
x86_64-unknown-illumos
x86_64-unknown-linux-gnu
x86_64-unknown-netbsd
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
mio
0.8.9
Module pipe
Structs
Functions
In mio::unix
?
Module
mio
::
unix
::
pipe
source
·
[
−
]
Available on
Unix and crate feature
os-ext
only.
Expand description
Unix pipe.
See the
new
function for documentation.
Structs
Receiver
os-poll
Receiving end of an Unix pipe.
Sender
os-poll
Sending end of an Unix pipe.
Functions
new
os-poll
Create a new non-blocking Unix pipe.