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 95402/week @ 2024-10-21 81947/week @ 2024-10-28 99785/week @ 2024-11-04 87367/week @ 2024-11-11 92244/week @ 2024-11-18 100368/week @ 2024-11-25 113016/week @ 2024-12-02 124994/week @ 2024-12-09 129694/week @ 2024-12-16 58648/week @ 2024-12-23 69499/week @ 2024-12-30 125374/week @ 2025-01-06 162848/week @ 2025-01-13 144880/week @ 2025-01-20 127971/week @ 2025-01-27 146059/week @ 2025-02-03

590,597 downloads per month
Used in 339 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
~56K SLoC