//! # Transaction Decoder CLI
//!//! This crate is a binary CLI tool for decoding EVM transactions.
//!//! See the CLI help: `transaction-decoder --help`
#![doc(html_no_source)]// Re-export version for reference
pubconstVERSION:&str=env!("CARGO_PKG_VERSION");