[dependencies]
[features]
default = ["small_int_impls"]
large_int_impls = []
small_int_impls = []
[package]
authors = ["Gabriel Lee Anderson <gla.ander@gmail.com>"]
categories = ["data-structures"]
description = "Provides BitVec, a vector type that can store fixed-width data with irregular bit widths"
edition = "2021"
keywords = []
license = "BSD-3-Clause"
name = "grit-bitvec"
readme = "README.md"
repository = "https://github.com/gabe-lee/grit-bitvec.git"
version = "0.1.1"
[profile.dev]
overflow-checks = false