[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 length, containing any primitive Copy type with a PartialOrd implementation."
documentation = "https://docs.rs/staticsort/"
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.2.0"