Module tinystd::sort[][src]

Implementations of a few sorting algorithms, based on a brilliant Crust of Rust stream by Jon Gjengset.

Structs

Bubble
Insertion
Quick
Selection

Traits

Sorter

A shared sorting trait