1//! Public macro entry points used across Canic. 2 3pub mod build; 4pub mod endpoints; 5pub mod perf; 6pub mod start; 7pub mod timer;