sortrs 0.0.1

An introspective sort implementation.
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]

name = "sortrs"
version = "0.0.1"
authors = ["Cameron Hart <cam@bitshifter.net.nz>"]
license = "MIT/Apache-2.0"
repository = "https://github.com/bitshifter/sortrs"
homepage = "https://github.com/bitshifter/sortrs"
readme = "README.md"
keywords = ["sort", "sorting"]
description = """
An introspective sort implementation.
"""