cycle-sort

Crates.iocycle-sort
lib.rscycle-sort
version0.3.0
sourcesrc
created_at2018-02-23 15:45:34.1636
updated_at2019-04-05 13:00:03.804533
descriptionSimple generic Cycle sort implementation
homepage
repositoryhttps://github.com/stan3984/cycle-sort
max_upload_size
id52534
size9,881
(stan3984)

documentation

https://docs.rs/cycle-sort

README

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.

Commit count: 6

cargo fmt