g13 0.1.0

libusb based crate to communicate with a Logitech G13 without accompanying drivers.
Documentation
1
2
3
4
5
6
7
8
9
10
mod consts;
mod device;
mod error;
mod manager;
mod flags;

pub use self::manager::G13Manager;
pub use self::error::G13Error;
pub use self::device::{G13, Response};
pub use self::flags::*;