Skip to content
/ indexsort Public

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

Notifications You must be signed in to change notification settings

al8n/indexsort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages