Cargo Features
[dependencies]
octofhir-ucum-fhir = { version = "0.3.0", default-features = false, features = ["std", "serde"] }
- default = std
-
The
stdfeature is set by default wheneveroctofhir-ucum-fhiris added withoutsomewhere in the dependency tree.default-features = false - std default
-
Enables std of octofhir-ucum-core
For publishing to crates.io; use path for local dev
- serde
-
Enables serde, serde of octofhir-ucum-core