Docs.rs
net-mux-1.0.1
net-mux 1.0.1
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
Poseidon-fan
Dependencies
bitflags ^2.11
normal
bytes ^1.10
normal
futures-util ^0.3
normal
parking_lot ^0.12
normal
thiserror ^2
normal
tokio ^1
normal
tokio-util ^0.7
normal
tracing ^0.1
normal
anyhow ^1
dev
criterion ^0.5
dev
proptest ^1
dev
tokio ^1
dev
tracing-subscriber ^0.3
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
Skip to main content
StreamId
net_mux
1.0.1
net_mux
Type Alias
Stream
Id
Copy item path
Source
pub type StreamId =
u32
;
Expand description
Unique identifier of a logical stream within a session.