diff --git a/src/razer.rs b/src/razer.rs index eed12e8..0cbdefe 100644 --- a/src/razer.rs +++ b/src/razer.rs @@ -1,3 +1,5 @@ +//! Support for setting the color of razer mice to the currently hovered over color. + use std::sync::mpsc; use eyre::Context;