Cargo Features

[dependencies]
truth-values = { version = "0.1.0", default-features = false, features = ["alloc"] }
default = alloc

The alloc feature is set by default whenever truth-values is added without default-features = false somewhere in the dependency tree.

alloc default

Affects truth-values::gen_vec, truth-values::gen_vec_slice, truth-values::each_vec_slice