human-sort 0.2.2

Human sort (natural sort) implementation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "human-sort"
version = "0.2.2"
authors = ["Vlad Nagikh <paradakh@protonmail.com>"]
license = "MIT"
repository = "https://github.com/paradakh/human-sort"
description = "Human sort (natural sort) implementation"
keywords = ["sort", "natural", "human", "order"]
readme = "README.md"
edition = "2018"
categories = ["algorithms"]

[badges]
travis-ci = { repository = "paradakh/human-sort", branch = "master" }


[dependencies]