crater 0.1.1

Very generic containers including KD trees, fibonacci heaps, minmax heaps, ...
Documentation
[dependencies.num-traits]
version = "0.2"

[dependencies.rand]
version = "0.8.4"

[features]
stress_tests = []

[package]
authors = ["hacatu <hacatu5000@gmail.com>"]
categories = ["algorithms", "data-structures"]
description = "Very generic containers including KD trees, fibonacci heaps, minmax heaps, ..."
edition = "2021"
keywords = ["kdtree", "priority-queue", "fibonacci-heap", "minmax-heap"]
license = "MPL-2.0"
name = "crater"
readme = "README.md"
repository = "https://github.com/hacatu/rust-crater"
version = "0.1.1"