delta_e 0.2.1

DeltaE is a pure-Rust implementation of the CIEDE2000 algorithm
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "delta_e"
version = "0.2.1"
dependencies = [
 "lab",
]

[[package]]
name = "lab"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bcb6fe1d958d9c2a4298cb5024381522038952ebd0fd3af60d00d3844813c93c"