Cargo Features
[dependencies]
facet-serialize = { version = "0.24.6", default-features = false, features = ["std", "alloc"] }
- default = std
-
The
std
feature is set by default wheneverfacet-serialize
is added without
somewhere in the dependency tree.default-features = false - std default = alloc
- alloc std
-
Enables alloc of facet-core and facet-reflect
facet-reflect:
Enable the allocation features
facet-serialize has 3 features without comments.