fixed_bitmaps 0.9.0

A small crate implementing bitmap functionality around primitive Rust unsigned integers.
Documentation
[[bin]]
name = "update_files"
path = "src/bin/update_files.rs"
[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", "flags", "static"]
license = "MIT OR Apache-2.0"
name = "fixed_bitmaps"
readme = "README.md"
repository = "https://github.com/AQUIN0S/FixedBitmaps"
version = "0.9.0"