Files
revive-differential-tests/crates/core/src/lib.rs
T
2025-03-19 16:23:04 +01:00

7 lines
174 B
Rust

//! The revive differential testing core library.
//!
//! This crate defines the testing configuration and
//! provides a helper utilty to execute tests.
pub mod arguments;