openseries-gg 1.0.0

Control supported SteelSeries headsets and mice from the command line or Rust
Documentation
1
2
3
4
5
6
7
8
9
pub(crate) mod definition;
pub(crate) mod definitions;
mod endpoint;
mod identity;
mod transport;

pub(crate) use endpoint::Endpoint;
pub(crate) use identity::Identity;
pub(crate) use transport::{HidTransport, map_hid_error};