natlex_sort 0.1.0

Provides hybrid natural and lexicographical sorting for strings and byte slices, useful for sorting mixed lists of filenames and identifiers.
Documentation
[dependencies.natord]
version = "^1.0"

[lib]
name = "natlex_sort"
path = "src/lib.rs"

[package]
authors = ["Norm O <normo.pub@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["algorithms", "text-processing"]
description = "Provides hybrid natural and lexicographical sorting for strings and byte slices, useful for sorting mixed lists of filenames and identifiers."
edition = "2021"
keywords = ["sort", "sorting", "natural", "lexicographical", "alphanumeric"]
license = "MPL-2.0"
name = "natlex_sort"
readme = "README.md"
repository = "https://github.com/normano/natlex_sort"
version = "0.1.0"