43 releases

0.13.5 May 14, 2025
0.13.4 Nov 18, 2024
0.13.3 Jun 7, 2024
0.13.1 Dec 6, 2023
0.1.0 Nov 9, 2018

#36 in Network programming

Download history 148874/week @ 2025-02-04 160341/week @ 2025-02-11 147691/week @ 2025-02-18 146992/week @ 2025-02-25 157203/week @ 2025-03-04 154216/week @ 2025-03-11 137603/week @ 2025-03-18 153396/week @ 2025-03-25 133070/week @ 2025-04-01 137329/week @ 2025-04-08 122041/week @ 2025-04-15 169259/week @ 2025-04-22 127897/week @ 2025-04-29 133002/week @ 2025-05-06 144599/week @ 2025-05-13 119487/week @ 2025-05-20

551,478 downloads per month
Used in 364 crates (9 directly)

Apache-2.0 OR MIT

120KB
2.5K 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

~2–7.5MB
~57K SLoC