counting_sort 1.0.8

Counting sort implementation for Iterators
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies]
[dev-dependencies.oorandom]
version = "11.1.0"

[package]
authors = ["rusty-octopus <octopus@posteo.net>"]
categories = ["algorithms"]
description = "Counting sort implementation for Iterators"
edition = "2018"
homepage = "https://github.com/rusty-octopus/counting_sort"
keywords = ["sort", "sorting"]
license = "MIT"
name = "counting_sort"
readme = "README.md"
repository = "https://github.com/rusty-octopus/counting_sort"
version = "1.0.8"