quick_sort 0.2.1

In place quick sort
Documentation

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.