Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fu5ha/cint
A lean, minimal, and stable set of types for color interoperation between crates in Rust.
https://github.com/fu5ha/cint
Last synced: 9 days ago
JSON representation
A lean, minimal, and stable set of types for color interoperation between crates in Rust.
- Host: GitHub
- URL: https://github.com/fu5ha/cint
- Owner: fu5ha
- License: apache-2.0
- Created: 2021-05-15T01:53:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-11T14:02:57.000Z (over 2 years ago)
- Last Synced: 2024-10-16T05:58:31.205Z (21 days ago)
- Language: Rust
- Size: 1.22 MB
- Stars: 19
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# `cint` - `c`olor `int`erop
[![crates.io](http://meritbadge.herokuapp.com/cint)](https://crates.io/crates/cint)
[![docs.rs](https://docs.rs/cint/badge.svg)](https://docs.rs/cint)## 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`](https://docs.rs/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](https://docs.rs/cint) for more.## License
Licensed under either of
- Apache License, Version 2.0, ()
- MIT license ()
- Zlib license ()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.