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

#41 in Network programming

Download history 95687/week @ 2024-09-21 95236/week @ 2024-09-28 101913/week @ 2024-10-05 97452/week @ 2024-10-12 95409/week @ 2024-10-19 82658/week @ 2024-10-26 95292/week @ 2024-11-02 87590/week @ 2024-11-09 91260/week @ 2024-11-16 103588/week @ 2024-11-23 108123/week @ 2024-11-30 125288/week @ 2024-12-07 131859/week @ 2024-12-14 60991/week @ 2024-12-21 65017/week @ 2024-12-28 118806/week @ 2025-01-04

398,496 downloads per month
Used in 321 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