csselection_sort 0.1.1

Selection sort implementation for indexable collections
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "csselection_sort"
version = "0.1.1"
edition = "2021"
description = "Selection sort implementation for indexable collections"
authors = ["Elihu Diaz Álvarez"]
keywords = ["selection", "algorithm", "sort", "vec", "array"]
license = "MIT"
repository = "https://github.com/cstffx/csselection_sort"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]