indexsort 0.2.0

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"

Example

  • See dtlog for when indexsort is more convenient than sort* in Rust's standard library

Acknowledgements

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

License