Cargo Features
[dependencies]
facet = { version = "0.8.1", default-features = false, features = ["reflect", "testfeat", "std", "alloc", "camino"] }
- default = std
-
The
std
feature is set by default wheneverfacet
is added without
somewhere in the dependency tree.default-features = false - reflect
-
Enables reflection via Peek and Poke types
Enables facet-reflect
- testfeat
-
Does nothing, only used for tests
- std default = alloc
-
Uses libstd and alloc
Enables std of facet-core
- alloc std
-
Enables alloc support
Enables alloc of facet-core
- camino
-
Implements Facet for camino types (Utf8PathBuf, Utf8Path)
Enables camino of facet-core