sqry-core 6.0.15

Core library for sqry - semantic code search engine
Documentation
1
2
3
4
5
6
7
8
9
//! Output formatters for sqry-core.
//!
//! This module groups presentation-focused helpers that transform
//! semantic query results into user-consumable formats. The first
//! implementation targets diagram generation (e.g., Mermaid) so the
//! CLI can render call/dependency graphs without external tools.

/// Diagram generation utilities (Mermaid, GraphViz, D2).
pub mod diagram;