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

Make `palette` an optional feature, update docs #10

Closed okaneco closed 4 years ago

okaneco commented 4 years ago

Rewrite of some lib.rs library documentation Update Cargo.toml description Update CI config to minimize features needed to test

There doesn't seem to be a way for cargo to call out features specific to doc tests.