Skip to main content

perspt_agent/
types.rs

1//! SRBN Types (Re-exported from perspt-core)
2//!
3//! This module re-exports all types from perspt-core::types for backward compatibility.
4//! The canonical definitions are now in perspt-core.
5
6pub use perspt_core::types::*;