Skip to main content

RUST_KEYWORDS

Static RUST_KEYWORDS 

Source
pub static RUST_KEYWORDS: LazyLock<HashSet<&'static str>>
Expand description

Some of these keywords are present as properties in the FHIR spec. We need to prefix them with an underscore to avoid conflicts. And use an attribute to rename the field in the generated code.