mirror of
https://github.com/pezkuwichain/revive-differential-tests.git
synced 2026-04-25 01:08:00 +00:00
67f068ca12
Signed-off-by: Cyrill Leutwiler <bigcyrill@hotmail.com>
7 lines
174 B
Rust
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;
|