initial websocket implementation

This commit is contained in:
Ninjdai 2025-08-01 01:27:25 +02:00
parent 4aa5cf463f
commit 3e1c744db1
7 changed files with 244 additions and 4 deletions

View file

@ -1,2 +1,4 @@
pub mod open_library;
pub mod serde;
pub mod events;