indexsort 0.1.0

Yet another sort crate, porting Golang sort package to Rust.
Documentation

IndexSort

Yet another sort crate (in place), porting Golang's standard sort package to Rust.

Installation

[dependencies]
indexsort = "0.1.0"

Acknowledgements

  • Porting Go's sort package, thanks for Go contributors.

License