fixed_bitmaps 0.1.1

A small crate implementing bitmap functionality around primitive Rust unsigned integers.
Documentation
[package]

name = "fixed_bitmaps"

version = "0.1.1"

edition = "2018"

license = "MIT"

description = "A small crate implementing bitmap functionality around primitive Rust unsigned integers."

repository = "https://github.com/AQUIN0S/FixedBitmaps"

readme = "README.md"

keywords = ["bitmap", "bits", "bit", "map", "fixed"]

categories = ["data-structures"]



[dependencies]

serde = { version = "1.0", features = ["derive"] }