human-sort 0.2.2

Human sort (natural sort) implementation
Documentation
1
2
3
4
5
6
7
8
9
10
language: rust
cache: cargo
script:
  - cargo test
deploy:
  provider: cargo
  token: $API_TOKEN
  on:
    branch: master
    tags: true