lexical-sort
Sort Unicode strings lexically
0.3.1
5.3M downloads/mo
#4426 most downloaded on crates.io
Aloso/lexical-sort
What this package is like to depend on
Last release 6 years ago
no release in 18 months
Too new to tell
only 2 release windows
Some releases are documented
notes for 2 of 5 stable releases
1 version withdrawn
withdrawn after publishing
6 years old
6 releases · first in 2020
0 releases in the last 12 months
see the full history below
Release timeline
6 releases · Jun 2020 to Aug 2020Releases
latest 6-
0.3.129 Aug 2020Release notes
Open source →This small release adds
no_stdsupport. There's astdfeature that is required for comparing and sorting file paths. This feature is enabled by default, so you need to disable default features to compile without the standard library:# Cargo.toml [dependencies] lexical-sort = { version = "0.3.1", default-features = false }
-
0.3.020 Jun 2020Nothing published for this version
-
0.3.0-pre.120 Jun 2020 pre-release withdrawnNothing published for this version
-
0.2.119 Jun 2020Release notes
Open source →This is a new release of the lexical-sort crate with a bug fix to sort numbers correctly, more benchmarks, and two new functions:
lexical_cmp_only_alnumandlexical_natural_cmp_only_alnumskip characters that aren't alphanumeric. -
0.2.015 Jun 2020Nothing published for this version
-
0.1.015 Jun 2020Nothing published for this version