pub fn init(token: impl Into<String>, config: Config)
Creates the limon client with a given config.
limon
fn main() { limon::init(limon::Config { debug: true, ..Default::default() }); // Your application... }