cycle-sort 0.3.0

Simple generic Cycle sort implementation
Documentation
  • Coverage
  • 100%
    4 out of 4 items documented3 out of 3 items with examples
  • Size
  • Source code size: 14.22 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 749.26 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 9s Average build duration of successful builds.
  • all releases: 9s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • stan3984/cycle-sort
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • stan3984

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.