1 2 3 4 5 6
#![recursion_limit = "1024"] pub mod application; pub mod framework; use hyperlane_utils::log::*;