Radix sort implementation for sorting by scalar keys (integers, floats, chars, bools).
# Cargo.toml
[dependencies]
radsort = "0.1.1"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Sort a vector of integers using radix sort.
Ensure the type implements the required scalar trait.
No dependency data recorded yet.