1 2 3 4 5 6 7
//! A simple program that uses `mimalloc` as its allocator. system_mimalloc::use_mimalloc!(); fn main() { println!("{}", "Hello, world!".to_owned()); }