colpetto

Crates.iocolpetto
lib.rscolpetto
version0.0.4
sourcesrc
created_at2024-07-13 23:14:51.757932
updated_at2024-08-17 17:39:45.533318
descriptionAsync libinput wrapper
homepage
repositoryhttps://github.com/verdiwm/colpetto
max_upload_size
id1302663
size296,408
Federico Maria Morrone (morr0ne)

documentation

README

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.

Commit count: 0

cargo fmt