#sorting #golang #package #porting #standard

no-std indexsort

Yet another sort crate, porting Golang sort package to Rust

4 releases

0.2.0 Nov 3, 2024
0.1.3 Nov 3, 2024
0.1.2 Oct 8, 2024
0.1.1 Sep 28, 2024
0.0.1 Sep 24, 2022

#401 in Algorithms

Download history 15/week @ 2024-09-21 620/week @ 2024-09-28 443/week @ 2024-10-05 57/week @ 2024-10-12 15/week @ 2024-10-19 2/week @ 2024-10-26 241/week @ 2024-11-02 81/week @ 2024-11-09

341 downloads per month
Used in 2 crates

MIT/Apache

32KB
528 lines

IndexSort

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

github LoC Build codecov

docs.rs crates.io crates.io license

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

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