athena_rs 3.26.4

Hyper performant polyglot Database driver
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//! Debug report pipeline staging facade for `/debug/schema`.
//!
//! This module preserves the stable import surface while splitting pipeline
//! staging concerns by domain:
//! - `debug_report_components_contracts`
//! - `debug_report_components_builder`
//! - `debug_report_components_builder_input_contracts`
//! - `debug_report_components_builder_stage_contracts`
//! - `debug_report_components_builder_stage_output_assembly`
//! - `debug_report_components_from_builder_stage_output_assembly`
//! - `debug_report_components_builder_stage_output_handoff_assembly`
//! - `debug_report_components_output_handoff_assembly`
//! - `debug_report_components_from_staged_parts_output_assembly`

pub(super) use super::debug_report_components_builder::build_logging_schema_debug_report_components;