okaneco / kmeans-colors

k-means clustering library and binary to find dominant colors in images
Apache License 2.0
133 stars 9 forks source link

Add `fxhash` for caching, relocate `find_colors` to `find.rs` #57

Closed okaneco closed 1 year ago

okaneco commented 1 year ago

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