Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
fxhash
for caching, relocate find_colors
to find.rs
Add `fxhash` to `palette_colors` feature Add more `clippy` `forbid` and `warn` lints to `lib.rs` Use caching of `Lab` conversions in the binary application Add `cached_srgba_to_lab` to `utils.rs` Use `map_err` in `parse_color` Add `allow` annotations for new `clippy` lints in `Sort` and kmeans Replace uses of `std::collections::HashMap` with `FxHashMap`
- Loading branch information