#sorting #algorithm

nightly surt

Implementations of sorting algorithms in Rust

1 unstable release

Uses old Rust 2015

0.1.0 Jun 28, 2017

#48 in #sort

Custom license

13KB
467 lines

surt

Implementations of sorting algorithms in Rust.

Compiling

cargo build [--release]

Running the tests

The following tests are performed:

  • is the output sorted
  • is the output stable according to the input

Inputs are generated by quickcheck.

cargo test

Dependencies

~410–640KB