Is there a library written in Rust providing comparable functionality to the cmux golang package?
> cmux is a generic Go library to multiplex connections based on their payload. Using cmux, you can serve gRPC, SSH, HTTPS, HTTP, Go RPC, and pretty much any other protocol on the same TCP listener.
https://github.com/soheilhy/cmux
1 comment
Ask HN: Does this exist: cmux-like TCP multiplexer in Rust? | Heykuki News