#sorting #golang #package #porting #standard

no-std indexsort

Yet another sort crate, porting Golang sort package to Rust

2 unstable releases

0.1.0 Sep 25, 2022
0.0.1 Sep 24, 2022

#1713 in Algorithms

40 downloads per month
Used in zuffer

MIT/Apache

32KB
541 lines

IndexSort

IndexSort

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

github Build codecov

docs.rs crates.io

license-apache license-mit

Installation

[dependencies]
indexsort = "0.1.0"

Acknowledgements

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

License

Licensed under either of Apache License, Version 2.0 or MIT license at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this project by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

No runtime deps