3 unstable releases

Uses old Rust 2015

0.2.1 Oct 8, 2016
0.2.0 Oct 8, 2016
0.1.0 Sep 24, 2016

#4 in #pivot

33 downloads per month
Used in crate-race

MIT license

580KB
93 lines

Contains (WOFF font, 120KB) docs/Heuristica-Italic.woff, (WOFF font, 90KB) docs/FiraSans-Medium.woff, (WOFF font, 92KB) docs/FiraSans-Regular.woff, (WOFF font, 56KB) docs/SourceCodePro-Regular.woff, (WOFF font, 56KB) docs/SourceCodePro-Semibold.woff, (WOFF font, 49KB) docs/SourceSerifPro-Bold.woff and 1 more.

Quick Sort Build Status

Standard in-place quick sort implemented using Rust.

Note: This crate works on the stable channel of rust, but nightly is required if you want to run the benchmarks.


lib.rs:

A standard in-place quick sort using a median of first, middle and last element in each slice for the pivot.

No runtime deps