39 releases

0.13.1 Dec 6, 2023
0.12.1 Nov 24, 2023
0.12.0 Jul 20, 2023
0.11.0 Dec 1, 2022
0.1.0 Nov 9, 2018

#53 in Network programming

Download history 56484/week @ 2023-12-11 51679/week @ 2023-12-18 28210/week @ 2023-12-25 41331/week @ 2024-01-01 54877/week @ 2024-01-08 69271/week @ 2024-01-15 65204/week @ 2024-01-22 67269/week @ 2024-01-29 68681/week @ 2024-02-05 71762/week @ 2024-02-12 82718/week @ 2024-02-19 75748/week @ 2024-02-26 77911/week @ 2024-03-04 75370/week @ 2024-03-11 80913/week @ 2024-03-18 73885/week @ 2024-03-25

310,916 downloads per month
Used in 228 crates (6 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–9MB
~58K SLoC