Skip to content

v0.20.0

Compare
Choose a tag to compare
@illegalprime illegalprime released this 29 May 01:57

Asynchronous WebSockets!

  1. First class tokio support!
  2. Fully async websocket clients! (and SSL!)
  3. Fully async websocket servers! (and SSL!)
  4. Messages now get parsed into their semantic meaning! (Text types are given as String)
  5. Native SSL on Windows & MacOS!
  6. Simplified APIs
  7. Docs and examples on how to use everything async!
  8. Split entire crate into async and sync components and with feature flags.