Cargo Features

[dependencies]
itybity = { version = "0.2.1", default-features = false, features = ["std", "alloc", "rayon"] }
default = std

The std feature is set by default whenever itybity is added without default-features = false somewhere in the dependency tree.

std default rayon? = alloc
alloc std

Affects traits::ToBits.to_lsb0_vec, traits::ToBits.to_msb0_vec, traits::IntoBits.into_lsb0_vec, traits::IntoBits.into_msb0_vec, traits::IntoBitIterator.into_lsb0_vec, traits::IntoBitIterator.into_msb0_vec, traits::StrToBits.to_bit_vec

rayon = std

Enables rayon