ironsort

Crates.ioironsort
lib.rsironsort
version0.1.0
sourcesrc
created_at2016-08-18 13:15:23.956823
updated_at2016-08-18 13:15:23.956823
descriptionImplementation of a fast in-place sorting algorithm
homepage
repositoryhttps://github.com/kyrias/ironsort
max_upload_size
id6015
size4,621
Johannes Löthberg (kyrias)

documentation

README

========== 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.

Commit count: 28

cargo fmt