Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/linux-surface/libsurfacedtx
Library for Linux Surface DTX kernel driver user-space API.
https://github.com/linux-surface/libsurfacedtx
Last synced: 16 days ago
JSON representation
Library for Linux Surface DTX kernel driver user-space API.
- Host: GitHub
- URL: https://github.com/linux-surface/libsurfacedtx
- Owner: linux-surface
- License: mit
- Created: 2021-03-22T19:38:41.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-14T13:22:12.000Z (4 months ago)
- Last Synced: 2024-11-06T17:15:53.201Z (2 months ago)
- Language: Rust
- Size: 41 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `libsurfacedtx`
![CI](https://github.com/linux-surface/libsurfacedtx/workflows/CI/badge.svg)
Library for Linux Surface DTX kernel driver user-space API.
The following crates are provided:
- `sdtx`: Main API wrapper.
- `sdtx-tokio`: [`tokio`][tokio] compatibility layer for asynchronous event handling.Used by [`surface-control`][surface-control] and [`surface-dtx-daemon`][surface-dtx-daemon].
[tokio]: https://github.com/tokio-rs/tokio#tokio
[surface-control]: https://github.com/linux-surface/surface-control
[surface-dtx-daemon]: https://github.com/linux-surface/surface-dtx-daemon