#string #string-format #sorting #break #version #more-natural

version-sort

Breaks strings into a format that allows more-natural string sorting

1 unstable release

Uses old Rust 2015

0.1.0 Feb 20, 2017

#28 in #string-format

Custom license

7KB
163 lines

Version sorting

Breaks strings into a format that allows more-natural string sorting. You may freely use and modify this code under the CC0 1.0 Universal License.

Usage

To use in your own project, just add the below to your Cargo.toml file.

[dependencies]
version-sort = "0.1"

For more formal documentation, you can find the rustdoc here.

No runtime deps