5 unstable releases

0.3.0 Jul 23, 2024
0.2.2 Jul 16, 2020
0.2.1 Mar 27, 2018
0.2.0 Mar 27, 2018
0.1.0 Mar 25, 2018

#807 in Hardware support

Download history 305/week @ 2026-02-16 413/week @ 2026-02-23 306/week @ 2026-03-02 254/week @ 2026-03-09 284/week @ 2026-03-16 320/week @ 2026-03-23 323/week @ 2026-03-30 397/week @ 2026-04-06 746/week @ 2026-04-13 351/week @ 2026-04-20 366/week @ 2026-04-27 644/week @ 2026-05-04 682/week @ 2026-05-11 547/week @ 2026-05-18 561/week @ 2026-05-25 535/week @ 2026-06-01

2,434 downloads per month
Used in 16 crates (8 directly)

MIT license

24KB
543 lines

ddc

release-badge docs-badge license-badge

ddc is a Rust crate for controlling monitors with DDC/CI.

Implementations

ddc only provides traits for working with DDC, and these must be implemented with an underlying backend in order to be used. The following crates may be helpful:

  • ddc-i2c supports DDC using an I2C capable master - in particular Linux's i2c-dev.
  • ddc-winapi implements DDC using the Windows API. It is more limited than the generic I2C interface, and cannot be used to read monitor EDID info.
  • Any other downstream crates

Documentation

See the documentation for up to date information.

Dependencies

~11KB