ironsort 0.1.0

Implementation of a fast in-place sorting algorithm
Documentation
  • Coverage
  • 100%
    3 out of 3 items documented2 out of 2 items with examples
  • Size
  • Source code size: 7.04 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.14 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • kyrias/ironsort
    5 2 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • kyrias

========== ironsort

A Rust implementation of the fast in-place sorting algorithm quicksort, without any unsafe code blocks <https://github.com/servo/rust-quicksort/blob/master/lib.rs#L7>.

License

Every file in this repository, except for as otherwise specified in the file itself, is licensed under the ISC license. See the LICENSE file for the full license text.