Docs.rs
async-std-0.99.6
async-std 0.99.6
Docs.rs crate page
Apache-2.0
/
MIT
Links
Homepage
Repository
crates.io
Source
Owners
skade
yoshuawuyts
Keruspe
joshtriplett
dignifiedquire
Dependencies
async-macros ^1.0.0
normal
async-task ^1.0.0
normal
cfg-if ^0.1.9
normal
crossbeam-channel ^0.3.9
normal
crossbeam-deque ^0.7.1
normal
futures-core-preview ^0.3.0-alpha.18
normal
futures-io-preview ^0.3.0-alpha.18
normal
futures-timer ^0.4.0
normal
kv-log-macro ^1.0.4
normal
lazy_static ^1.4.0
normal
log ^0.4.8
normal
memchr ^2.2.1
normal
mio ^0.6.19
normal
mio-uds ^0.6.7
normal
num_cpus ^1.10.1
normal
pin-utils ^0.1.0-alpha.4
normal
slab ^0.4.2
normal
femme ^1.2.0
dev
futures-channel-preview ^0.3.0-alpha.18
dev
futures-preview ^0.3.0-alpha.18
dev
futures-util-preview ^0.3.0-alpha.18
dev
surf ^1.0.2
dev
tempdir ^0.3.7
dev
Versions
Go to latest version
Platform
i686-apple-darwin
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
4
5
//! Platform-specific extensions for Unix platforms.
pub
mod
fs
;
pub
mod
io
;
pub
mod
net
;