//! # perceive-cvd
//!
//! Colorblind (color vision deficiency) simulation using the Brettel et al.
//! (1997) and Viénot et al. (1999) models. Part of the
//! [Perceive](https://github.com/perceive-a11y) accessibility platform.
//!
//! Uses [`perceive_color::Color`] for linear RGB representation.
pub use simulate;
pub use ;
pub use simulate_fast;