File: README.md

package info (click to toggle)
rust-libdisplay-info 0.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 384 kB
  • sloc: makefile: 2
file content (14 lines) | stat: -rw-r--r-- 458 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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.