Cargo Features

[dependencies]
zerofrom = { version = "0.1.3", default-features = false, features = ["alloc", "derive"] }
default = alloc

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

alloc default
derive

Enables zerofrom-derive

ZeroFrom has 3 features without comments.