ranged_bitmap 1.2.0

A high-performance bitmap library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "ranged_bitmap"
version = "1.2.0"
edition = "2021"
description = "A high-performance bitmap library"
license = "MIT"
repository = "https://github.com/Eugene-Usachev/ranged_bitmap"
keywords = ["bitmap", "performance", "no_std", "constant-time"]
categories = ["data-structures", "algorithms", "no-std"]

[dependencies]
smallvec = { version = ">=1.15.1, <= 1.16.0", features = ["const_new"] }

[features]
more_checks = []