version-sort

Crates.ioversion-sort
lib.rsversion-sort
version0.1.0
created_at2017-02-20 01:54:25.9831+00
updated_at2017-02-20 01:54:25.9831+00
descriptionBreaks strings into a format that allows more-natural string sorting.
homepage
repositoryhttps://github.com/clarcharr/version-sort
max_upload_size
id8597
size13,110
Clar Fon (clarfonthey)

documentation

https://clarcharr.github.io/version-sort/version_sort

README

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.

Commit count: 0

cargo fmt