[dependencies]
[package]
authors = ["Elihu Diaz Álvarez"]
description = "Selection sort implementation for indexable collections"
edition = "2021"
keywords = ["selection", "algorithm", "sort", "vec", "array"]
license = "MIT"
name = "csselection_sort"
readme = "README.md"
repository = "https://github.com/cstffx/csselection_sort"
version = "0.1.1"