k2_tree 0.4.0

A space-efficient representation of sparsely populated bit-matrices.
Documentation
[dependencies.bitvec]
version = "0.17.4"
[dev-dependencies.rand]
version = "0.7.3"

[package]
authors = ["GGabi <gabrielroels@googlemail.com>"]
categories = ["compression", "data-structures"]
description = "A space-efficient representation of sparsely populated bit-matrices."
documentation = "https://docs.rs/k2_tree/"
edition = "2018"
keywords = ["collection", "tree", "matrix", "bit", "bit-matrix"]
license = "MIT"
name = "k2_tree"
readme = "README.md"
repository = "https://github.com/GGabi/k2_tree"
version = "0.4.0"