Cargo Features

baa has no features set by default.

[dependencies]
baa = { version = "0.9.1", features = ["bigint", "serde1", "fraction1"] }
bigint

Enables num-bigint

Affects ops::BitVecOps.to_big_int, ops::BitVecOps.to_big_uint

serde1

Enables serde and serde of smallvec

core dependency, used for owned bitvector type

fraction1

Enables fraction ^0.11

optional dependencies for crate interop

Affects ops::BitVecOps.to_signed_fixed_point, ops::BitVecOps.to_unsigned_fixed_point