Docs.rs
stream_multiplexer-0.16.1
stream_multiplexer 0.16.1
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
halzy
Dependencies
async-channel ^1.4.0
normal
async-mutex ^1.1.5
normal
dashmap ^4.0.0-rc6
normal
futures-util ^0.3.5
normal
log ^0.4.11
normal
parking_lot ^0.11.0
normal
pin-project-lite ^0.1.7
normal
sharded-slab ^0.0.9
normal
thiserror ^1.0.20
normal
alto_logger ^0.3.6
dev
async-io ^0.1.9
dev
futures-util ^0.3.5
dev
pin-project-lite ^0.1.7
dev
smol ^0.3.3
dev
tokio-util ^0.3.1
dev
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
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
stream_
multiplexer
0.16.1
stream_multiplexer
Type Alias
StreamId
Copy item path
Source
pub type StreamId =
usize
;
Expand description
A value returned by
Multiplexer
when a stream pair is added.