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.