athena_rs 3.22.1

Hyper performant polyglot Database driver
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! Health-reason facade for `/debug/schema`.
//!
//! This module preserves a stable import surface while splitting health-reason
//! concerns by domain:
//! - `debug_health_reasons_specs`
//! - `debug_health_reasons_builder`
//! - `debug_health_reasons_stage_contracts`
//! - `debug_health_reasons_stage_output_assembly`
//! - `debug_health_reasons_from_stage_output_assembly`
//! - `debug_health_reasons_stage_output_handoff_assembly`
//! - `debug_health_reasons_stage_output_contract_handoff_assembly`

pub(super) use super::debug_health_reasons_builder::build_logging_schema_debug_health_reasons;