selection_sort 1.0.0

Selection sort algorithm
Documentation
language: rust
script:
  - cargo build --verbose --all
  - cargo test --verbose --all