asdf-pixel-sort 0.0.2

ASDF pixel sorting
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# asdf-pixel-sort

[![crates.io](https://img.shields.io/crates/v/asdf-pixel-sort.svg)](https://crates.io/crates/asdf-pixel-sort)
[![docs.rs](https://docs.rs/asdf-pixel-sort/badge.svg)](https://docs.rs/asdf-pixel-sort)
[![CI](https://github.com/kuy/asdf-pixel-sort/actions/workflows/ci.yml/badge.svg)](https://github.com/kuy/asdf-pixel-sort/actions/workflows/ci.yml)

Rust implementation of pixel sorting algorithm "ASDF" by [Kim Asendorf](http://kimasendorf.com/).

![sample](./assets/sample.png)

## License

MIT

## Author

Yuki Kodama / [@kuy](https://twitter.com/kuy)