Cargo Features
[dependencies]
facet-reflect = { version = "0.10.2", default-features = false, features = ["std", "alloc", "log", "slow-tests"] }
- default = std
-
The
std
feature is set by default wheneverfacet-reflect
is added without
somewhere in the dependency tree.default-features = false - std default = alloc
-
Enable the standard library features
- alloc std
-
Enable the allocation features
Enables alloc of facet-core and owo-colors
- log
-
Enable logging of reflection operations (mostly for internal development)
Enables log and owo-colors
- slow-tests
-
Enable slow tests (compile tests)