An atomic output library based on Rust that supports output functionalities through functions, builders, and other methods. It allows customization of text and background colors.
/// Provides utilities for calculating and ensuring color contrast ratios.
////// Used to determine if text colors meet WCAG accessibility standards
/// when displayed on specific background colors.
#[derive(Clone, Copy, PartialEq, Eq, Debug, Default)]pubstructColorContrast;