]> git.proxmox.com Git - rustc.git/blame - vendor/concolor-override/README.md
New upstream version 1.70.0+dfsg1
[rustc.git] / vendor / concolor-override / README.md
CommitLineData
353b0b11
FG
1# concolor-override
2
3> Global override of color control
4
5[![Documentation](https://img.shields.io/badge/docs-master-blue.svg)][Documentation]
6![License](https://img.shields.io/crates/l/concolor-override.svg)
7[![Crates Status](https://img.shields.io/crates/v/concolor-override.svg)](https://crates.io/crates/concolor-override)
8
9## [Contribute](../../CONTRIBUTING.md)
10
11Special note: to be successful, this crate **cannot** break compatibility or
12else different crates in the hierarchy will be reading different globals.
13While end users can work around this, it isn't ideal. If we need a new API, we can make
14the old API an adapter to the new logic.
15
16Similarly, we should strive to reduce **risk** of breaking compatibility by
17exposing as little as possible. Anything more should be broken out into a
18separate crate that this crate can call into.
19
20## License
21
22Dual-licensed under [MIT](../../LICENSE-MIT) or [Apache 2.0](../../LICENSE-APACHE)
23
24[Documentation]: https://docs.rs/concolor-override