Skip to main content

Module trace

Expand description

Trace file generation infrastructure

This module provides a scalable architecture for generating trace files with command-specific writers and shared infrastructure.

§Module Structure

  • writer - Trace writing infrastructure
    • sections - Formatting utilities for trace sections
    • error - Error types for trace writing operations
    • common - Shared file I/O operations
    • commands - Command-specific trace writers (provision, configure, release, run)

Re-exports§

pub use writer::ConfigureTraceWriter;
pub use writer::ProvisionTraceWriter;
pub use writer::ReleaseTraceWriter;
pub use writer::RunTraceWriter;
pub use writer::TraceWriterError;

Modules§

writer
Trace file writer infrastructure