hexser 0.4.7

Zero-boilerplate hexagonal architecture with graph-based introspection
Documentation
1
2
3
4
5
6
7
8
//! Application layer for visualization use cases.
//!
//! Coordinates between domain and ports for export operations.
//!
//! Revision History
//! - 2025-10-02T16:00:00Z @AI: Initial application module.

pub mod export_graph;