farg 0.4.5

A Rust library for colorimetry, color space conversions, and color manipulation.
Documentation
1
2
3
4
5
6
7
8
9
#!/usr/bin/env sh
#MISE description="Run all tests"
#MISE alias=["t"]

set -e

cargo llvm-cov nextest --summary-only --features full
cargo llvm-cov report --html --output-dir coverage
cargo llvm-cov report --cobertura --output-path coverage/cobertura.xml