https://github.com/haimgel/ddc-macos-rs
DDC/CI implementation on MacOS
https://github.com/haimgel/ddc-macos-rs
ddc-ci macos rust
Last synced: about 1 year ago
JSON representation
DDC/CI implementation on MacOS
- Host: GitHub
- URL: https://github.com/haimgel/ddc-macos-rs
- Owner: haimgel
- License: mit
- Created: 2020-09-17T18:03:38.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-11-05T12:28:28.000Z (over 1 year ago)
- Last Synced: 2025-03-28T14:08:18.238Z (over 1 year ago)
- Topics: ddc-ci, macos, rust
- Language: Rust
- Homepage:
- Size: 1.95 MB
- Stars: 32
- Watchers: 2
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![build-badge][]][build]
[![cargo-badge][]][cargo]
[![docs-badge][]][docs]
[![license-badge][]][license]
# ddc-macos
`ddc-macos` implements the [`ddc`](https://crates.io/crates/ddc) traits for MacOS.
## Examples
You can list external monitors and their description using the provided example using:
`cargo run --example list`
## [Documentation][docs]
See the [documentation][docs] for up to date information.
## Thanks
The code in this crate is heavily inspired by the excellent work done by [ddcctl](https://github.com/kfix/ddcctl) and
[ExternalDisplayBrightness](https://github.com/fnesveda/ExternalDisplayBrightness) projects authors.
[build]: https://github.com/haimgel/ddc-macos-rs/actions?query=workflow%3Abuild
[build-badge]: https://github.com/haimgel/ddc-macos-rs/workflows/build/badge.svg?style=flat-square
[cargo]: https://crates.io/crates/ddc-macos
[cargo-badge]: https://img.shields.io/crates/v/ddc-macos.svg?style=flat-square
[docs]: http://haimgel.github.io/ddc-macos-rs/
[docs-badge]: https://img.shields.io/badge/API-docs-blue.svg?style=flat-square
[license]: https://github.com/haimgel/ddc-macos-rs/blob/master/LICENSE
[license-badge]: https://img.shields.io/github/license/haimgel/ddc-macos-rs