- src/color.rs: Rgb/Lab types, planar SoA storage, wide-based SIMD RGB to Lab conversion with scalar remainder tail - src/palette.rs: NORD_PALETTE constant - Cargo.toml: add image/ndarray/rayon/wide deps, tuned release profile
4 lines
128 B
TOML
4 lines
128 B
TOML
[toolchain]
|
|
channel = "nightly"
|
|
components = ["clippy", "rust-docs", "rust-src", "rust-analyzer", "rustfmt"]
|
|
profile = "default" |