cycle-sort 0.3.0

Simple generic Cycle sort implementation
Documentation

cycle-sort

crates.io Documentation

Rust library for sorting slices using Cycle sort. The functions follow the same semantics as in the standard library. I built this to learn Rust.