Cargo Features

[dependencies]
type_constructor = { version = "0.3.0", default-features = false, features = ["no_std", "use_alloc", "full", "enabled", "many", "make", "vectorized_from"] }
default = enabled, make, many, vectorized_from

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

no_std
use_alloc full?
full = enabled, make, many, use_alloc, vectorized_from
enabled default full?

Affects type_constructor::type_constuctor, type_constructor::dependency, type_constructor::protected, type_constructor::orphan, type_constructor::exposed, type_constructor::prelude

many default full?
make default full?

Affects type_constuctor::make

vectorized_from default full?

Affects type_constuctor::vectorized_from