Crates.io | colpetto |
lib.rs | colpetto |
version | 0.0.4 |
source | src |
created_at | 2024-07-13 23:14:51.757932 |
updated_at | 2024-08-17 17:39:45.533318 |
description | Async libinput wrapper |
homepage | |
repository | https://github.com/verdiwm/colpetto |
max_upload_size | |
id | 1302663 |
size | 296,408 |
Colpetto is an async wrapper for libinput. It leverages the tokio runtime to offer a robust stream-based implementation for handling libinput events.
Integrating with the async ecosystem allows for efficient polling of events, minimizing CPU consumption and maximizes performance in applications that require real-time event handling.
You can find a simple example usage example here
Currently, Colpetto utilizes udev as the backend for device discovery and management. Future updates will include support for additional custom backends, allowing for greater flexibility.
This project is licensed under the Apache-2.0 License. For more information, please see the LICENSE file.