rivine / rivine-rs

Rust implementation of the Rivine protocol
MIT License
3 stars 0 forks source link

develop smux-compatible Rust library #2

Open GlenDC opened 6 years ago

GlenDC commented 6 years ago

As we use smux, a Golang lib for stream multiplexing, we need to ensure that we have a Rustlang library available that's 100% compatible with this library.

GlenDC commented 6 years ago

A repository has been created at https://github.com/glendc/smux.rs, implementation is still to come.