glidesort 0.1.1

Glidesort sorting algorithm
Documentation
[dependencies.lazy_static]
optional = true
version = "1.4.0"

[dev-dependencies]

[features]
tracking = ["lazy_static"]
unstable = []

[package]
authors = ["Orson Peters <orsonpeters@gmail.com>"]
categories = ["algorithms"]
description = "Glidesort sorting algorithm"
edition = "2021"
keywords = ["algorithm", "sort", "sorting"]
license = "MIT OR Apache-2.0"
name = "glidesort"
readme = "README.md"
repository = "https://github.com/orlp/glidesort"
version = "0.1.1"
[profile.release]
lto = "thin"