logitech-cve 1.3.2

A Rust library for interacting with Logitech virtual driver.
Documentation
1
2
3
4
5
6
7
8
9
//! # Logitech CVE library.
//! `logitech-cve` provides modules `device`, `keyboard` and `mouse`.

pub mod device;
pub mod keyboard;
pub mod mouse;

/// Utility functions for the Logitech CVE library.
mod util;