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