//! Architecture-Dimension implementation.
//!
//! Hosts the Architecture analyzer — rule evaluation over syn ASTs. Four
//! rule families live here: the Layer Rule, the Forbidden Rule, the
//! Symbol-Pattern matcher family (seven matchers), and the Trait-
//! Signature Rule.
// Some internal helpers are exercised only through unit tests; scope
// the relaxed warnings to test builds so non-test compiles still
// surface dead-code or unused-import regressions.
pub use ArchitectureAnalyzer;
pub use ;