Use euphoxide instead of euph module

This commit is contained in:
Joscha 2022-08-18 18:13:49 +02:00
parent d07b1051a9
commit 36b717ff8c
17 changed files with 83 additions and 1556 deletions

View file

@ -1,10 +1,7 @@
pub mod api;
mod conn;
mod room;
mod small_message;
mod util;
pub use conn::{Joined, Joining, Status};
pub use room::Room;
pub use small_message::SmallMessage;
pub use util::{hue, nick_color, nick_style};
pub use util::{nick_color, nick_style};