[![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