This library serves as a client for Twitch EventSub subscriptions via WebSocket.
It is used as the backend for my personal project, the Pond opener 3000™.
It supports reconnects both in the case of Twitch sending a Reconnect
message, as well as underlying connection issues.
This is a personal project for me, to experiment with Rust. If you want to interact with Twitch services, use the twitch_api crate!