i_key_sort 0.10.1

Counting sort algorithm.
Documentation
[dependencies.rayon]
optional = true
version = "^1.11"

[features]
allow_multithreading = ["std", "dep:rayon"]
default = []
std = []

[lib]
name = "i_key_sort"
path = "src/lib.rs"

[package]
authors = ["Nail Sharipov <nailxsharipov@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["no-std", "algorithms"]
description = "Counting sort algorithm."
edition = "2024"
license = "MIT"
name = "i_key_sort"
readme = "README.md"
repository = "https://github.com/iShape-Rust/iKeySort"
version = "0.10.1"

[profile.release]
codegen-units = 1
lto = true
opt-level = 3

[[test]]
name = "dynamic"
path = "tests/dynamic.rs"