Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 785 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 785 Bytes

Colpetto

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.

License

This project is licensed under the Apache-2.0 License. For more information, please see the LICENSE file.