#tetcoin #protocols #networking #io-stream #resources

remux

Remux multiplexer over reliable, ordered connections

Show the crate…

3 releases (breaking)

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

#50 in #io-stream

Download history 22/week @ 2023-12-11 27/week @ 2023-12-18 18/week @ 2023-12-25 61/week @ 2024-01-08 18/week @ 2024-01-15 14/week @ 2024-01-22 3/week @ 2024-01-29 12/week @ 2024-02-05 35/week @ 2024-02-12 26/week @ 2024-02-19 85/week @ 2024-02-26 35/week @ 2024-03-04 27/week @ 2024-03-11 32/week @ 2024-03-18 59/week @ 2024-03-25

159 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.7–2.4MB
~40K SLoC