[go: up one dir, main page]

cint 0.1.0-alpha1

A lean, minimal, and stable set of types for color interoperation between crates in Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.bytemuck]
optional = true
version = "1.5.1"

[package]
authors = ["Gray Olson <gray@grayolson.com>"]
description = "A lean, minimal, and stable set of types for color interoperation between crates in Rust."
documentation = "https://docs.rs/cint"
edition = "2018"
homepage = "https://github.com/termhn/cint"
license = "MIT OR Apache-2.0 OR Zlib"
name = "cint"
repository = "https://github.com/termhn/cint"
version = "0.1.0-alpha1"
[package.metadata.docs.rs]
features = ["bytemuck"]