version-sort 0.1.0

Breaks strings into a format that allows more-natural string sorting.
Documentation
  • Coverage
  • 90.91%
    10 out of 11 items documented0 out of 8 items with examples
  • Size
  • Source code size: 17.7 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.97 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Documentation
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • clarfonthey

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.