lexicmp 0.1.0

Library for comparing and sorting strings lexicographically and naturally
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "any_ascii"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea50b14b7a4b9343f8c627a7a53c52076482bd4bdad0a24fd3ec533ed616cc2c"

[[package]]
name = "lexicmp"
version = "0.1.0"
dependencies = [
 "any_ascii",
]