[dependencies]
[lib]
name = "radsort"
path = "src/lib.rs"
[package]
authors = ["Jakub Valtar <jakub.valtar@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["algorithms", "no-std"]
description = "Radix sort implementation for sorting by scalar keys (integers, floats, chars, bools)"
documentation = "https://docs.rs/radsort"
edition = "2021"
homepage = "https://github.com/JakubValtar/radsort"
keywords = ["sorting", "sort", "radix", "counting"]
license = "MIT OR Apache-2.0"
name = "radsort"
readme = "README.md"
repository = "https://github.com/jakubvaltar/radsort"
rust-version = "1.60.0"
version = "0.1.1"
[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"