Cargo Features

[dependencies]
dsi-bitstream = { version = "0.4.2", default-features = false, features = ["std", "alloc", "checks", "fuzz", "no_copy_impls", "mem_dbg"] }
default = mem_dbg, std

These default features are set whenever dsi-bitstream is added without default-features = false somewhere in the dependency tree.

std default = alloc
alloc std

Affects mem_word_writer::MemWordWriterVec

checks
fuzz

Enables arbitrary

Affects dsi-bitstream::fuzz

no_copy_impls

Disable copy_from/copy_to implementations so to test the default methods

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

mem_dbg default

Enables mem_dbg ^0.1.8