Skip to main content

Module parser

Module parser 

Source
Expand description

Trace parsing and schema definitions.

This module handles:

  • Parsing raw JSON from stylusTracer
  • Extracting HostIO events
  • Validating trace format
  • Defining output schema

Re-exports§

pub use hostio::HostIoType;
pub use stylus_trace::parse_trace;
pub use stylus_trace::to_profile;
pub use stylus_trace::ParsedTrace;

Modules§

hostio
HostIO event extraction and categorization.
schema
Output JSON schema definitions for profile data.
source_map
Source mapping service for Stylus WASM binaries.
stylus_trace
Main trace parser for stylusTracer output.