Docs.rs
tokio_wasi-1.25.2
tokio_wasi 1.25.2
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
juntao
Dependencies
bytes ^1.0.0
normal
memchr ^2.2
normal
mio_wasi ^0.8
normal
num_cpus ^1.8.0
normal
parking_lot ^0.12.0
normal
pin-project-lite ^0.2.0
normal
tokio-macros ^1.7.0
normal
async-stream ^0.3
dev
futures ^0.3.0
dev
mockall ^0.11.1
dev
tempfile ^3.1.0
dev
tokio-stream ^0.1
dev
tokio-test ^0.4.0
dev
autocfg ^1.0
build
wasm-bindgen-test ^0.3.0
dev
windows-sys ^0.45
normal
loom ^0.5.2
dev
rand ^0.8.0
dev
socket2 ^0.4.4
normal
socket2 ^0.4
dev
mio-aio ^0.7.0
dev
wasmedge_wasi_socket ^0.5
normal
tracing ^0.1.25
normal
libc ^0.2.42
normal
signal-hook-registry ^1.1.1
normal
libc ^0.2.42
dev
nix ^0.26
dev
windows-sys ^0.45
normal
ntapi ^0.3.6
dev
Versions
100%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-unknown-linux-gnu
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
?
1
2
3
//! Windows specific network types.
pub mod
named_pipe;