42 releases

new 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

#50 in Network programming

Download history 75564/week @ 2024-07-29 86316/week @ 2024-08-05 101274/week @ 2024-08-12 81882/week @ 2024-08-19 97349/week @ 2024-08-26 105264/week @ 2024-09-02 93303/week @ 2024-09-09 94413/week @ 2024-09-16 94525/week @ 2024-09-23 97739/week @ 2024-09-30 98786/week @ 2024-10-07 95501/week @ 2024-10-14 95402/week @ 2024-10-21 81947/week @ 2024-10-28 99785/week @ 2024-11-04 87367/week @ 2024-11-11

370,253 downloads per month
Used in 292 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
~56K SLoC