indexsort

Crates.ioindexsort
lib.rsindexsort
version0.1.0
sourcesrc
created_at2022-09-24 15:20:40.126239
updated_at2022-09-25 06:25:33.465194
descriptionYet another sort crate, porting Golang sort package to Rust.
homepage
repositoryhttps://github.com/al8n/indexsort
max_upload_size
id673055
size53,151
Al Liu (al8n)

documentation

README

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

cargo fmt