helios-persistence 0.1.39

Polyglot persistence layer for Helios FHIR Server
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//! Test infrastructure for the persistence layer.
//!
//! This module provides reusable test utilities, traits, and macros for testing
//! storage backends across the full FHIR specification.

pub mod assertions;
pub mod capabilities;
pub mod fixtures;
pub mod harness;

// Re-export commonly used items
pub use assertions::*;
pub use capabilities::*;
pub use fixtures::*;
pub use harness::*;