Cargo Features
[dependencies]
mseedio = { version = "0.1.0", default-features = false, features = ["std", "alloc"] }
- default = std
-
The
std
feature is set by default whenevermseedio
is added without
somewhere in the dependency tree.default-features = false - std default
-
default
Enables std of anyhow, serde, and serde_json
- alloc
-
should be used in no_std environment
Enables alloc of serde and serde_json