surt

Crates.iosurt
lib.rssurt
version0.1.0
sourcesrc
created_at2017-06-28 14:43:59.328636
updated_at2017-06-28 14:43:59.328636
descriptionImplementations of sorting algorithms in Rust
homepagehttps://github.com/lambdax-x/surt
repository
max_upload_size
id21103
size13,982
λx.x (lambdax-x)

documentation

https://github.com/lambdax-x/surt

README

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
Commit count: 0

cargo fmt