indexsort

Crates.ioindexsort
lib.rsindexsort
version0.2.0
created_at2022-09-24 15:20:40.126239+00
updated_at2024-11-03 21:06:33.332611+00
descriptionYet another sort crate, porting Golang sort package to Rust.
homepage
repositoryhttps://github.com/al8n/layer0/tree/main/indexsort
max_upload_size
id673055
size49,059
Al Liu (al8n)

documentation

README

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.
Commit count: 96

cargo fmt