Unclaimed project
Are you a maintainer of owo-colors? Claim this project to take control of your public changelog and roadmap.
Changelog
A zero-allocation no_std-compatible zero-cost way to add color to your Rust terminal
Last updated about 1 month ago
Style::prefix_formatter and Style::suffix_formatter return Display formatters for the prefix and the suffix of a style, respectively.*Display types now have an into_styled function that converts those types into a Styled, erasing type parameters.const.The Color and DynColor traits are now explicitly marked sealed (i.e. downstream crates cannot implement them).
These traits were already effectively sealed due to a number of hidden methods that were not part of the API, but they are now explicitly so. In that sense this is not a breaking change, so it's being released under a new minor version rather than a major version.