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
10
#!/usr/bin/env sh
#MISE description="Lint rust files"
#MISE tools.rust="nightly"
#MISE alias=["l:rust", "l:rs", "lint:rs"]

set -e

cargo sort --workspace --check --config .config/tomlfmt.toml
cargo +nightly fmt --all --check -- --config-path .config/rustfmt.toml
cargo clippy