This is a WebSocket library for Rust, based on mio event loop.
It's under development for now, so please don't use it on production. It's started as a tutorial project, and the initial design and the development process are described in series of blog posts, "Rust in Detail". The end goal is to develop a high quality WebSocket server and client library based on the event loop (though not exposed in the interface).