Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 318 Bytes

features.md

File metadata and controls

15 lines (8 loc) · 318 Bytes

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="0.5", features=["crossterm"] }