//! receipt-bench: Replayable benchmark substrate.
//!
//! Captures structured receipts timestamped and keyed to commit hash + machine fingerprint,
//! enabling reproducible diffs between benchmark runs.
pub use BenchError;
pub use MachineFingerprint;
pub use ;
pub use BenchmarkSuite;