features.mdMay 9, 2025 ยท View on GitHubOptional 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"] }