fixed_bitmaps 0.5.0

A small crate implementing bitmap functionality around primitive Rust unsigned integers.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.serde]
features = ["derive"]
version = "1.0"

[lib]
path = "src/lib.rs"

[package]
categories = ["data-structures"]
description = "A small crate implementing bitmap functionality around primitive Rust unsigned integers."
documentation = "https://docs.rs/fixed_bitmaps"
edition = "2018"
keywords = ["bitmap", "bits", "bit", "map", "fixed"]
license = "MIT"
name = "fixed_bitmaps"
readme = "README.md"
repository = "https://github.com/AQUIN0S/FixedBitmaps"
version = "0.5.0"