Cargo Features

[dependencies]
stacked-set = { version = "0.1.1", default-features = false, features = ["cons", "collection", "std-hash"] }
default = cons

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

cons default
collection alloc-tree? alloc-vec? std-hash?

Affects stacked-set::collection

alloc-vec alloc-tree std-hash = collection