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 81592/week @ 2024-08-16 93692/week @ 2024-08-23 101826/week @ 2024-08-30 96719/week @ 2024-09-06 91889/week @ 2024-09-13 99317/week @ 2024-09-20 90219/week @ 2024-09-27 104738/week @ 2024-10-04 97851/week @ 2024-10-11 93748/week @ 2024-10-18 88645/week @ 2024-10-25 91560/week @ 2024-11-01 90041/week @ 2024-11-08 87662/week @ 2024-11-15 101332/week @ 2024-11-22 91800/week @ 2024-11-29

389,541 downloads per month
Used in 294 crates (7 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