Johni0702 / rust-mumble-protocol

Rust implementation of the Mumble protocol
Other
35 stars 13 forks source link

async_std port #2

Open pferreir opened 4 years ago

pferreir commented 4 years ago

Hi there,

Thanks for this great lib. I happen to have ported it to async_std, which was not too hard to be honest. Would a PR be of interest to you? In that case, should I make it a cargo feature (default could still be tokio)?

2xsaiko commented 3 years ago

Since this crate seems unmaintained right now, I have published mumble-protocol-2x which has both async_std and tokio support (toggleable via features).