Crates.io | cint |
lib.rs | cint |
version | 0.3.1 |
source | src |
created_at | 2021-05-15 01:56:53.240217 |
updated_at | 2022-04-25 19:24:12.41807 |
description | A lean, minimal, and stable set of types for color interoperation between crates in Rust. |
homepage | https://github.com/termhn/cint |
repository | https://github.com/termhn/cint |
max_upload_size | |
id | 397680 |
size | 31,393 |
cint
- c
olor int
eropThis 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.
Licensed under either of
at your option.
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.