//! Graph Transformer architectures and Temporal Graph Neural Networks
//!
//! This module implements state-of-the-art graph transformer architectures:
//!
//! - [`graphormer`] - Graphormer-style positional encodings with spatial/centrality/edge bias
//! - [`gps`] - GPS (General Powerful Scalable) hybrid MPNN + global attention
//! - [`temporal_gnn`] - Temporal Graph Neural Networks with TGN-style memory modules
pub use ;
pub use ;
pub use ;