colored_text 0.5.1

A simple library for adding colors and styles to terminal text
Documentation
1
2
3
4
5
6
7
# TODO

- Revisit whether to add `rust-version` to `Cargo.toml` once we want to commit
  to an explicit MSRV policy.
- Consider caching resolved terminal color capabilities for hot render paths.
  Design explicit cache invalidation for tests and callers that mutate the
  process environment, and document the cache behavior plus any opt-out path.