asdf-pixel-sort
Rust implementation of pixel sorting algorithm "ASDF" by Kim Asendorf.

Usage
= "0.2.0"
Example
use sort;
You may also need image crate to run above code.
Use sort_with_options() function to configure with options.
let color = new;
let options = Options ;
sort_with_options;
Documentation
See documentation on docs.rs.
Changelogs
See releases page on GitHub.
License
MIT
Author
Yuki Kodama / @kuy