v0.20.0
Asynchronous WebSockets!
- First class
tokio
support! - Fully async websocket clients! (and SSL!)
- Fully async websocket servers! (and SSL!)
- Messages now get parsed into their semantic meaning! (
Text
types are given asString
) - Native SSL on Windows & MacOS!
- Simplified APIs
- Docs and examples on how to use everything async!
- Split entire crate into
async
andsync
components and with feature flags.