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 whenever facet is added without default-features = false somewhere in the dependency tree.

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