indexsort

Crates.ioindexsort
lib.rsindexsort
version
sourcesrc
created_at2022-09-24 15:20:40.126239
updated_at2024-11-03 21:06:33.332611
descriptionYet another sort crate, porting Golang sort package to Rust.
homepage
repositoryhttps://github.com/al8n/layer0/tree/main/indexsort
max_upload_size
id673055
Cargo.toml error:TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
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: 55

cargo fmt