counting_sort 1.0.10

Counting sort implementation for Iterators
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies]

[dev-dependencies.oorandom]
version = "11.1.0"

[package]
authors = ["huntrss <huntrss@posteo.me>"]
categories = ["algorithms"]
description = "Counting sort implementation for Iterators"
edition = "2021"
homepage = "https://gitlab.com/counting_sort/crate/-/tree/main/"
keywords = ["sort", "sorting"]
license = "MIT"
name = "counting_sort"
readme = "README.md"
repository = "https://gitlab.com/counting_sort/crate/-/tree/main/"
resolver = "2"
version = "1.0.10"