radsort 0.1.1

Radix sort implementation for sorting by scalar keys (integers, floats, chars, bools)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Version 0.1.1 (2024-08-19)


- Refactor the double buffer to prevent Miri warnings
- Address new clippy warnings
- Reformat code with rustfmt
- Add CI checks for formatting, clippy, tests, and Miri on 32-bit and 64-bit, LE and BE targets
- Small documentation changes and fixes
- Bump Rust edition to 2021
- Specify MSRV to be 1.60.0


# Version 0.1.0 (2020-04-12)


- Initial release