bitgrid 0.1.0

A compact, efficient bit grid structure
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "bitgrid"
version = "0.1.0"
edition = "2021"
authors = ["dlamei"]
description = "A compact, efficient bit grid structure"
license = "MIT"
repository = "https://github.com/dlamei/bitgrid"
readme = "README.md"
keywords = ["bitset", "bitmap", "sparse", "grid"]
categories = ["data-structures", "no-std"]


[features]
default = []
std = []