alphanumeric-sort
alphanumeric-sort copied to clipboard
This crate can help you sort order for files and folders whose names contain numerals.
This crate doesn't seem to work with non-ASCII characters. Sorting French or Spanish words, let alone Chinese or Japanese words don't seem to be working correctly.
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. Release notes Sourced from actions/checkout's releases. v5.0.0 What's Changed Update actions checkout to use node 24 by @salmanmkc in actions/checkout#2226 Prepare v5.0.0 release by...
Given this code: ```rust #[test] fn bunch_of_hexes() { let mut hexes = vec![ "02", "75", "f7", "a0", "df", "ca", "5d", "08", "91", "b2", "e5", "47", "30", "8b", "6f", "1a", "b8",...