Show the crate…

3 releases (breaking)

0.9.0 Mar 11, 2021
0.8.0 Mar 4, 2021
0.0.0 Mar 3, 2021

#49 in #io-stream

Download history 28/week @ 2024-04-08 36/week @ 2024-04-15 33/week @ 2024-04-22 34/week @ 2024-04-29 33/week @ 2024-05-06 45/week @ 2024-05-13 29/week @ 2024-05-20 44/week @ 2024-05-27 35/week @ 2024-06-03 34/week @ 2024-06-10 25/week @ 2024-06-17 40/week @ 2024-06-24 14/week @ 2024-07-08 40/week @ 2024-07-15 32/week @ 2024-07-22

95 downloads per month
Used in 40 crates (3 directly)

Apache-2.0 OR MIT

125KB
2.5K SLoC

Remux

A yamux deriviative 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 Remux specification.

It multiplexes independent I/O streams over reliable, ordered connections, such as TCP/IP.

The three primary objects, clients of this crate interact with, are:

Dependencies

~1.6–2.4MB
~40K SLoC