40 releases

0.13.2 Apr 30, 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

#62 in Network programming

Download history 66753/week @ 2024-01-23 67376/week @ 2024-01-30 69728/week @ 2024-02-06 74154/week @ 2024-02-13 80851/week @ 2024-02-20 75357/week @ 2024-02-27 78777/week @ 2024-03-05 74799/week @ 2024-03-12 84918/week @ 2024-03-19 72969/week @ 2024-03-26 94099/week @ 2024-04-02 83625/week @ 2024-04-09 73374/week @ 2024-04-16 65912/week @ 2024-04-23 65906/week @ 2024-04-30 49353/week @ 2024-05-07

272,190 downloads per month
Used in 246 crates (5 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–8MB
~57K SLoC