Cargo Features
[dependencies]
facet-csv = { version = "0.23.3", default-features = false, features = ["std", "alloc", "rich-diagnostics"] }
- std default = alloc
-
Uses libstd and alloc
Enables std of facet-core
- alloc std
-
Enables alloc support
Enables alloc of facet-core, facet-deserialize, and facet-serialize
- default = rich-diagnostics, std
-
These default features are set whenever
facet-csv
is added without
somewhere in the dependency tree.default-features = false - rich-diagnostics default
-
Enables rich-diagnostics of facet-deserialize