Docs.rs
futures-net-0.6.0
futures-net 0.6.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
krircc
Dependencies
anyhow ^1.0
normal
async-datagram ^3.0.0
normal
async-ready ^3.0.0
normal
cache-padded ^1.0
normal
futures-core ^0.3
normal
futures-executor ^0.3
normal
futures-io ^0.3
normal
futures-net-macro ^1.0.0
normal
optional
futures-util ^0.3
normal
iovec ^0.1.4
normal
lazy_static ^1.4.0
normal
libc ^0.2.71
normal
log ^0.4.8
normal
net2 ^0.2
normal
num_cpus ^1.13.0
normal
parking_lot ^0.10
normal
slab ^0.4.2
normal
bytes ^0.4.11
dev
env_logger ^0.6.0
dev
futures ^0.3
dev
rand ^0.7.0
dev
tempdir ^0.3.7
dev
Versions
100%
of the crate is documented
Platform
i686-unknown-linux-gnu
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
futures_
net
0.6.0
Module driver
Module Items
Modules
Structs
In crate futures_
net
futures_net
Module
driver
Copy item path
Source
Expand description
futures reactor, event loop.
Modules
§
sys
Linux systrem-io api.
Structs
§
Poll
Evented
Associates an I/O resource that implements the AsyncRead/AsyncWrite traits with the reactor that drives it.