ghostscope 0.1.1

Command-line entrypoint that drives GhostScope compiler, loader, and UI end-to-end.
1
2
3
4
5
6
7
8
//! Tracing module - manages trace instances and their lifecycle

pub mod instance;
pub mod manager;
pub mod snapshot;

// Re-export main types for convenience
pub use manager::TraceManager;