baa 0.13.1

BitVector and Array Arithmetic
Documentation
[dependencies.fraction]
optional = true
version = "0.11"

[dependencies.num-bigint]
optional = true
version = "0.4"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0"

[dependencies.smallvec]
features = ["const_new", "union"]
version = "1.13.2"

[dev-dependencies.num-bigint]
version = "0.4"

[dev-dependencies.proptest]
version = "1.4.0"

[features]
bigint = ["dep:num-bigint"]
default = []
fraction1 = ["dep:fraction"]
serde1 = ["dep:serde", "smallvec/serde"]

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

[package]
authors = ["Kevin Laeufer <laeufer@cornell.edu>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "BitVector and Array Arithmetic"
edition = "2021"
include = ["Cargo.toml", "LICENSE", "src/", "Readme.md", "tests/"]
keywords = ["bitvector", "array", "arithmetic"]
license = "BSD-3-Clause"
name = "baa"
readme = "Readme.md"
repository = "https://github.com/ekiwi/baa"
rust-version = "1.73.0"
version = "0.13.1"

[[test]]
name = "arrays"
path = "tests/arrays.rs"

[[test]]
name = "value"
path = "tests/value.rs"