df_ddc 0.1.0

DDC/CI monitor control backend.
Documentation
1
2
3
4
5
6
7
#[cfg(target_os = "windows")]
pub mod ddc_win;

#[cfg(target_os = "linux")]
pub mod ddc_linux;

pub mod ddc_debug;