# Quick Sort [](https://travis-ci.org/anuragsoni/quick_sort)
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.