Registry / networking / yamux
library0.13.10rscratesunverified

Multiplexer over reliable, ordered connections.

# Cargo.toml [dependencies] yamux = "0.13.10"
INSTALL
IMPORT
SIG · YAMUX
Y
yamux
networkingrustv0.13.10
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Config
use yamux::Config;

Creates a default Yamux multiplexer configuration.

use yamux::Config; fn main() { let _config = Config::default(); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.13.10latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
29 hits · last 30 days
node
24
OpenAI (training)
1
Resources
yamux — cargo add yamux · libregistry