https://github.com/smithay/libdisplay-info-rs
https://github.com/smithay/libdisplay-info-rs
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/smithay/libdisplay-info-rs
- Owner: Smithay
- Created: 2023-11-28T20:17:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-06T19:13:20.000Z (4 months ago)
- Last Synced: 2025-03-25T16:55:31.615Z (about 1 month ago)
- Language: Rust
- Size: 92.8 KB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# libdisplay-info-rs
This project contains rust bindings for [`libdisplay-info`](https://gitlab.freedesktop.org/emersion/libdisplay-info/).
From the official libdisplay-info docs:
> EDID and DisplayID library.
>
> Goals:
>
> - Provide a set of high-level, easy-to-use, opinionated functions as well as
> low-level functions to access detailed information.
> - Simplicity and correctness over performance and resource usage.
> - Well-tested and fuzzed.