Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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