Cargo Features
[dependencies]
serde-csv-core = { version = "0.3.1", default-features = false, features = ["heapless", "defmt"] }
- default = heapless
-
The
heapless
feature is set by default wheneverserde-csv-core
is added without
somewhere in the dependency tree.default-features = false - heapless default
-
Enables heapless ^0.7.16
- defmt
-
Enables defmt
serde-csv-core has 3 features without comments.