razerctl 0.5.1

Allows you to control your mouse and keyboard with Razer Synapse
Documentation
1
2
3
4
5
6
7
8
9
// Export core types
pub use device::{MouseButton, RazerDevice};

// Internal modules
pub(crate) mod device;
pub(crate) mod key_translation;
pub(crate) mod types;
pub(crate) mod utils;