8 releases
0.3.1 | Apr 25, 2022 |
---|---|
0.3.0 | Apr 21, 2022 |
0.2.2 | Jun 23, 2021 |
0.2.1 | May 15, 2021 |
0.1.0 | May 15, 2021 |
#470 in Algorithms
29,237 downloads per month
Used in 11 crates
(5 directly)
29KB
356 lines
cint
- c
olor int
erop
Introduction
This library provides a lean, minimal, and stable set of types
for color interoperation between crates in Rust. Its goal is to serve the same
function that mint
provides for (linear algebra) math types.
It does not actually provide any conversion, math, etc. for these types, but rather
serves as a stable interface that multiple libraries can rely on and then convert
to their own internal representations to actually use. It is also #![no_std]
. See
the docs for more.
License
Licensed under either of
- Apache License, Version 2.0, (http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (http://opensource.org/licenses/MIT)
- Zlib license (https://opensource.org/licenses/Zlib)
at your option.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
Dependencies
~35KB