[](https://crates.io/crates/cycle-sort)
[](https://docs.rs/cycle-sort)
Rust library for sorting slices using [Cycle sort][wikipedia]. The
functions follow the same semantics as in the standard library. I built
this to learn Rust.