hexser 0.4.7

Zero-boilerplate hexagonal architecture with graph-based introspection
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Visualization system for hexagonal architecture graphs.
//!
//! Follows hexagonal architecture with domain models, ports, and adapters
//! for multiple export formats (DOT, Mermaid, JSON).
//!
//! Revision History
//! - 2025-10-02T16:00:00Z @AI: Initial visualization module for Phase 5.

pub mod adapters;
pub mod application;
pub mod domain;
pub mod ports;