Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 6 days 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 (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-05T12:28:28.000Z (3 months ago)
- Last Synced: 2025-01-11T17:09:03.123Z (13 days ago)
- Topics: ddc-ci, macos, rust
- Language: Rust
- Homepage:
- Size: 1.95 MB
- Stars: 26
- Watchers: 3
- Forks: 6
- Open Issues: 1
-
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