Crates.io | ironsort |
lib.rs | ironsort |
version | 0.1.0 |
source | src |
created_at | 2016-08-18 13:15:23.956823 |
updated_at | 2016-08-18 13:15:23.956823 |
description | Implementation of a fast in-place sorting algorithm |
homepage | |
repository | https://github.com/kyrias/ironsort |
max_upload_size | |
id | 6015 |
size | 4,621 |
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>
.
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.