rust-mumble-protocol icon indicating copy to clipboard operation
rust-mumble-protocol copied to clipboard

async_std port

Open pferreir opened this issue 5 years ago • 1 comments

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)?

pferreir avatar May 24 '20 21:05 pferreir

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

dblsaiko avatar Nov 22 '21 23:11 dblsaiko