revm-trace 4.2.0

High-performance multi-threaded EVM transaction simulator and analyzer with comprehensive tracing capabilities
Documentation
1
2
3
4
5
6
7
8
9
//! Inspector implementations for transaction tracing
//!
//! This module provides various inspector implementations that can be used
//! with the TraceEvm for collecting detailed execution information.
//!
//! # Available Inspectors
//! - `tx_inspector`: Custom transaction inspector with comprehensive tracing

pub mod tx_inspector;