[dependencies]
[lib]
name = "heapix"
path = "src/lib.rs"
[package]
authors = ["PlotoZypresse"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures"]
description = "A library providing heap data structures"
edition = "2021"
homepage = "https://github.com/PlotoZypresse/heapify"
keywords = ["heap", "priority-queue", "datastructure"]
license = "MIT"
name = "heapix"
readme = "README.md"
repository = "https://github.com/PlotoZypresse/heapify"
version = "0.4.3"