Docs.rs
n3io-0.1.5
n3io 0.1.5
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
yayanyang
Dependencies
dashmap ^6.1
normal
futures ^0.3
normal
libc ^0.2
normal
log ^0.4
normal
mio ^1
normal
timing-wheel ^0.1
normal
futures-test ^0.3
dev
pretty_env_logger ^0.5.0
dev
Versions
100%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
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
Crate n3io
n3io
0.1.5
All Items
Crate Items
Re-exports
Modules
Crate
n3io
Copy item path
Source
Expand description
An asynchronous interface wrapper for mio library
Re-exports
§
pub use
mio
;
Modules
§
net
Asynchronous networking primitives.
reactor
Reactor pattern based on mio.
timeout
An extension trait to add
timeout[_with]
funcs to
futures