42 releases

0.13.4 Nov 18, 2024
0.13.3 Jun 7, 2024
0.13.2 Apr 30, 2024
0.13.1 Dec 6, 2023
0.1.0 Nov 9, 2018

#44 in Network programming

Download history 90009/week @ 2024-08-22 99674/week @ 2024-08-29 101189/week @ 2024-09-05 92865/week @ 2024-09-12 95186/week @ 2024-09-19 91905/week @ 2024-09-26 103414/week @ 2024-10-03 99958/week @ 2024-10-10 91939/week @ 2024-10-17 91816/week @ 2024-10-24 87261/week @ 2024-10-31 93802/week @ 2024-11-07 86678/week @ 2024-11-14 99957/week @ 2024-11-21 108714/week @ 2024-11-28 93968/week @ 2024-12-05

404,885 downloads per month
Used in 305 crates (8 directly)

Apache-2.0 OR MIT

120KB
2.5K SLoC

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.


lib.rs:

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:

Dependencies

~1.8–7.5MB
~57K SLoC