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

#60 in Network programming

Download history 66914/week @ 2024-01-26 67849/week @ 2024-02-02 69635/week @ 2024-02-09 84115/week @ 2024-02-16 76103/week @ 2024-02-23 76640/week @ 2024-03-01 77889/week @ 2024-03-08 75736/week @ 2024-03-15 82565/week @ 2024-03-22 88417/week @ 2024-03-29 84094/week @ 2024-04-05 77095/week @ 2024-04-12 72791/week @ 2024-04-19 60202/week @ 2024-04-26 66594/week @ 2024-05-03 58744/week @ 2024-05-10

271,013 downloads per month
Used in 247 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
~59K SLoC