staticsort 0.1.1

Implements a macro providing a compile-time quicksort function for arrays of any type and length.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[badges.maintenance]
status = "actively-developed"

[badges.travis-ci]
repository = "slightlyoutofphase/staticsort"

[package]
authors = ["SlightlyOutOfPhase <slightlyoutofphase@gmail.com>"]
categories = ["data-structures", "no-std", "algorithms"]
description = "Implements a macro providing a compile-time quicksort function for arrays of any type and length."
edition = "2018"
include = ["Cargo.toml", "rustfmt.toml", "src/**/*.rs", "examples/**/*.rs", "README.md", "LICENSE-APACHE", "LICENSE-MIT"]
keywords = ["sort", "array", "quicksort", "sorting", "ord"]
license = "MIT OR Apache-2.0"
name = "staticsort"
readme = "README.md"
repository = "https://github.com/slightlyoutofphase/staticsort"
version = "0.1.1"