serenity-rs / songbird

An async Rust library for the Discord voice API
ISC License
394 stars 116 forks source link

Driver: Migrate to `tokio_tungstenite` #138

Closed FelixMcFelix closed 2 years ago

FelixMcFelix commented 2 years ago

This places songbird, serenity, and twilight onto the same WS library, hopefully reducing the compile overhead for everyone.

Tested using cargo make ready and by running examples/voice.

Closes #129.