Reexport conn::wrap at crate root

This commit is contained in:
Joscha 2022-08-18 17:49:00 +02:00
parent cfea721836
commit ca83e8c68a

View file

@ -19,4 +19,5 @@ pub mod conn;
mod huehash; mod huehash;
pub mod replies; pub mod replies;
pub use conn::wrap;
pub use huehash::nick_hue; pub use huehash::nick_hue;