counting_sort 1.0.3

Counting sort implementation for Iterators
Documentation
[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.3"