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 |
|
#401 in Algorithms
341 downloads per month
Used in 2 crates
32KB
528 lines
IndexSort
Installation
[dependencies]
indexsort = "0.1"
Example
- See
dtlog
for whenindexsort
is more convenient thansort*
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.