Cargo Features

[dependencies]
helios-sof = { version = "0.1.32", default-features = false, features = ["R4", "R4B", "R5", "R6"] }
default = R4

The R4 feature is set by default whenever helios-sof is added without default-features = false somewhere in the dependency tree.

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.