41 releases

0.13.3 Jun 7, 2024
0.13.1 Dec 6, 2023
0.12.1 Nov 24, 2023
0.12.0 Jul 20, 2023
0.1.0 Nov 9, 2018

#59 in Network programming

Download history 77003/week @ 2024-03-27 92211/week @ 2024-04-03 81111/week @ 2024-04-10 72853/week @ 2024-04-17 64369/week @ 2024-04-24 67247/week @ 2024-05-01 65000/week @ 2024-05-08 68964/week @ 2024-05-15 72807/week @ 2024-05-22 80762/week @ 2024-05-29 66087/week @ 2024-06-05 66825/week @ 2024-06-12 59819/week @ 2024-06-19 60184/week @ 2024-06-26 63957/week @ 2024-07-03 50596/week @ 2024-07-10

246,509 downloads per month
Used in 251 crates (6 directly)

Apache-2.0 OR MIT

115KB
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

~2–8.5MB
~60K SLoC