Implement euph color hashing
This commit is contained in:
parent
025bd788cf
commit
37d10821a4
2 changed files with 50 additions and 0 deletions
|
|
@ -1,6 +1,8 @@
|
|||
pub mod api;
|
||||
mod conn;
|
||||
mod room;
|
||||
mod util;
|
||||
|
||||
pub use conn::{Joined, Joining, Status};
|
||||
pub use room::Room;
|
||||
pub use util::{hue, nick_color, nick_style};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue