athena_rs 3.26.1

Hyper performant polyglot Database driver
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! Debug-summary facade for `/debug/schema`.
//!
//! This module preserves the stable summary import surface while splitting
//! summary concerns by domain:
//! - `debug_summary_contracts`
//! - `debug_summary_builder`
//! - `debug_summary_output_assembly`
//! - `debug_summary_from_builder_stage_output_assembly`
//! - `debug_summary_builder_stage_output_handoff_assembly`
//! - `debug_summary_builder_stage_output_contract_handoff_assembly`

pub(super) use super::debug_summary_builder::build_logging_schema_debug_summary;
pub use super::debug_summary_contracts::LoggingSchemaDebugSummary;