cycle-sort 0.2.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.

In your Cargo.toml:

[dependencies]
cycle-sort = "0.1.0"

and in your crate root:

extern crate cycle_sort;