octofhir-fhir-model 0.1.6

Core FHIR model abstractions, ModelProvider trait, and FhirPathEvaluator
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Rustfmt configuration for octofhir-fhir-model
# This file configures code formatting for consistent style across the project
# Only includes stable rustfmt options

# Edition and basic settings
edition = "2024"
hard_tabs = false
tab_spaces = 4


# Line length and wrapping
max_width = 100

# Import organization
reorder_imports = true

# Function and struct formatting
fn_params_layout = "Tall"