Skip to main content

init

Function init 

Source
pub fn init(cfg: Config)
Expand description

Initialize the global XMT instance with the provided configuration.

ยงExample

xmt::init(xmt::Config::default().with_json_output());