46 releases

0.13.8 Oct 24, 2025
0.13.6 Jul 24, 2025
0.13.4 Nov 18, 2024
0.13.3 Jun 7, 2024
0.1.0 Nov 9, 2018

#47 in Network programming

Download history 135682/week @ 2025-08-14 147969/week @ 2025-08-21 169901/week @ 2025-08-28 167594/week @ 2025-09-04 175893/week @ 2025-09-11 159642/week @ 2025-09-18 173766/week @ 2025-09-25 172074/week @ 2025-10-02 153288/week @ 2025-10-09 167369/week @ 2025-10-16 178931/week @ 2025-10-23 188093/week @ 2025-10-30 223351/week @ 2025-11-06 169194/week @ 2025-11-13 221702/week @ 2025-11-20 178422/week @ 2025-11-27

820,977 downloads per month
Used in 419 crates (15 directly)

Apache-2.0 OR MIT

120KB
3K SLoC

This crate implements the Yamux specification.

It multiplexes independent I/O streams over reliable, ordered connections, such as TCP/IP.

The two primary objects, clients of this crate interact with, are:


Yamux

A stream multiplexer over reliable, ordered connections such as TCP/IP. Implements https://github.com/hashicorp/yamux/blob/master/spec.md

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Dependencies

~1.8–3MB
~55K SLoC