Expand description
Quality assurance module for generated FHIR crates
This module provides functionality to run quality checks on generated Rust crates, including formatting with rustfmt and compilation checks with cargo check.
Structs§
- Quality
Config - Configuration for quality checks
Functions§
- format_
generated_ crate - Legacy wrapper for backward compatibility
- run_
clippy_ check - Run cargo clippy on the generated crate for additional linting
- run_
compile_ check - Run cargo check on the generated crate as a compilation quality gate
- run_
format_ check - Format the generated crate using rustfmt
- run_
quality_ checks - Run all configured quality checks on a generated crate