[[bench]]
harness = false
name = "benchmark"
path = "benches/benchmark.rs"
[dependencies]
[dev-dependencies.criterion]
version = "0.5"
[dev-dependencies.rand]
version = "0.8"
[lib]
name = "radix256_sort"
path = "src/lib.rs"
[package]
authors = ["Tane Channel Technology"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["algorithms", "data-structures"]
description = "A high-performance Radix Sort implementation using base-256 for u32."
documentation = "https://docs.rs/radix256_sort"
edition = "2021"
homepage = "https://github.com/tanep3/radix256Sort"
keywords = ["sort", "radix", "algorithm", "performance"]
license = "Apache-2.0"
name = "radix256_sort"
readme = "README.md"
repository = "https://github.com/tanep3/radix256Sort"
version = "0.1.0"