1stageleft::stageleft_no_entry_crate!(); 2 3pub mod bench_client; 4pub mod compartmentalize; 5pub mod quorum; 6pub mod request_response; 7 8#[cfg(test)] 9mod test_init { 10 #[ctor::ctor] 11 fn init() { 12 hydro_lang::deploy::init_test(); 13 } 14}