openrazer 0.1.0

Asynchronous bindings to the OpenRazer daemon.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub mod capabilities;
pub mod device_manager;
pub mod devices;
mod error;

pub use device_manager::DeviceManager;
pub use devices::Device;
pub use error::Error;

pub(crate) const DESTINATION: &str = "org.razer";

pub type Color = (u8, u8, u8);