1 2 3 4 5 6 7
//! Type definitions. #[rustfmt::skip] // Too much for rustfmt #[allow(clippy::doc_lazy_continuation, reason = "Comments from FHIR spec")] mod generated; pub use generated::*;