about summary refs log tree commit diff
path: root/src/main.rs
AgeCommit message (Collapse)Author
2021-09-28clarify and improve sortDevon Sawatsky
2021-09-28cleanup, update dependenciesDevon Sawatsky
2021-05-22now comparing in hsvgennyble
2021-03-16Refactor color frequency sortgennyble
Rust is beautiful! Ordering::then is beautiful!
2021-03-16Fix colors being non-deterministicgennyble
2021-03-15Improved algorithm by adjusting tolerancegennyble
2021-03-15Initial commitgennyble
Algorithm works, roughly