1 2 3 4 5 6
#[global_allocator] static GLOBAL: mimalloc::MiMalloc = mimalloc::MiMalloc; fn main() -> std::process::ExitCode { codewhale_tui::run(std::env::args().collect()) }