Crates.io | version-sort |
lib.rs | version-sort |
version | 0.1.0 |
source | src |
created_at | 2017-02-20 01:54:25.9831 |
updated_at | 2017-02-20 01:54:25.9831 |
description | Breaks strings into a format that allows more-natural string sorting. |
homepage | |
repository | https://github.com/clarcharr/version-sort |
max_upload_size | |
id | 8597 |
size | 13,110 |
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.
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.