tailor_api 0.2.1

API types for communication with tailord (part of tuxedo-rs)
Documentation
1
2
3
4
5
6
7
8
9
mod color;
mod fan;
mod led;
mod profile;

pub use color::{Color, ColorPoint, ColorProfile, ColorTransition};
pub use fan::FanProfilePoint;
pub use led::LedDeviceInfo;
pub use profile::{LedProfile, ProfileInfo};