natord 1.0.9

Natural ordering for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[lib]
name = "natord"
path = "lib.rs"

[package]
authors = ["Kang Seonghoon <public+rust@mearie.org>"]
description = "Natural ordering for Rust"
documentation = "https://lifthrasiir.github.io/rust-natord/"
homepage = "https://github.com/lifthrasiir/rust-natord"
keywords = ["sort", "order", "natural"]
license = "MIT"
name = "natord"
readme = "README.md"
repository = "https://github.com/lifthrasiir/rust-natord"
version = "1.0.9"