object-rainbow-array-map 0.0.0-a.7

AMT-style bitmap-indexed map
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "object-rainbow-array-map"
version = "0.0.0-a.7"
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true
authors.workspace = true
description = "AMT-style bitmap-indexed map"

[dependencies]
object-rainbow = { workspace = true, features = ["bitvec"] }

bitvec.version = "1.0.1"