natord-plus-plus 2.0.0

Natural ordering for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "natord-plus-plus"
version = "2.0.0"
authors = ["Kang Seonghoon <public+rust@mearie.org>"]

description = "Natural ordering for Rust"
homepage = "https://github.com/lifthrasiir/rust-natord"
documentation = "https://lifthrasiir.github.io/rust-natord/"
repository = "https://github.com/lifthrasiir/rust-natord"
keywords = ["sort", "order", "natural"]
readme = "README.md"
license = "MIT"

[lib]
name = "natord"
path = "lib.rs"