features.md

May 9, 2025 ยท View on GitHub

Optional features in the Coolor crate:

crossterm

This feature enables From/Into conversions between the coolor Color type and the Crossterm Color type.

Example inclusion in Cargo.toml:

[dependencies]
coolor = { version="1", features=["crossterm"] }