File: README.md

package info (click to toggle)
rust-cint 0.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 140 kB
  • sloc: makefile: 4
file content (28 lines) | stat: -rw-r--r-- 1,213 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# `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, (<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.