trustformers-debug 0.1.1

Advanced debugging tools for TrustformeRS models
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Core debugging session and configuration management
//!
//! This module contains the fundamental components for TrustformeRS debugging:
//! - Main DebugSession coordinator that manages all debugging tools
//! - Configuration structures and initialization
//! - Session lifecycle management (start, stop, reporting)
//! - Core debugging coordination functionality

pub mod session;

pub use session::*;