xrandr-parser 0.3.0

XRandR-Parser is a interface for parsing the output of `xrandr --query` into Rust Stuctures and filter through methods.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# XRandR-Parser

XRandR-Parser is a interface for parsing the output of `xrandr --query` into
Rust Stuctures and filter through methods.

# Testing

```sh
$ EXAMPLE_DIR=$(pwd)/examples cargo test --doc --features "test"
```

# License

All files in this project are distributed under the GNU GPLv3 or later license.