denoland / fastwebsockets

A fast RFC6455 WebSocket implementation
https://docs.rs/fastwebsockets/
Apache License 2.0
880 stars 66 forks source link

Thin Wrapper for Owned Traits #70

Open parastrom opened 9 months ago

parastrom commented 9 months ago

Status: WIP, not yet ready for merging. Request: Generally just wanted other eyes on it Summary of Changes:

Want to test with Glommio' since their IO impl futures_io::AsyncRead/Write since async-std works okay so far