Implement connection in yet another way

This commit is contained in:
Joscha 2022-06-22 10:47:56 +02:00
parent 49169a1b62
commit 03c1fe7f34
9 changed files with 573 additions and 87 deletions

View file

@ -1,5 +1,6 @@
mod api;
mod room;
mod conn;
// mod room;
pub use api::{Message, SessionView, Snowflake, Time, UserId};
pub use room::Room;
// pub use room::Room;