Cargo Features
[dependencies]
helios-sof = { version = "0.1.32", default-features = false, features = ["R4", "R4B", "R5", "R6"] }
- default = R4
-
The
R4feature is set by default wheneverhelios-sofis added withoutsomewhere in the dependency tree.default-features = false - R4 default
-
Enables R4 of helios-fhir and helios-fhirpath
- R4B
-
Enables R4B of helios-fhir and helios-fhirpath
- R5
-
Enables R5 of helios-fhir and helios-fhirpath
- R6
-
Enables R6 of helios-fhir and helios-fhirpath
helios-sof has 5 features without comments.