Files
revive-differential-tests/crates/format/src/lib.rs
T
Omar 7189361a58 Allow account allocations (#161)
* Support repetitions in the tool

* Add support for account allocations

* Update the JSON schema
2025-09-22 03:19:55 +00:00

9 lines
141 B
Rust

//! The revive differential tests case format.
pub mod case;
pub mod corpus;
pub mod metadata;
pub mod mode;
pub mod steps;
pub mod traits;