indexsort 0.1.1

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

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

Installation

[dependencies]
indexsort = "0.1"

Acknowledgements

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

License