#[cfg(feature = "jemalloc")] use tikv_jemallocator::Jemalloc; #[cfg(feature = "jemalloc")] #[global_allocator] static GLOBAL: Jemalloc = Jemalloc; fn main() -> Result<(), Box> { let _ = jxl_oxide::integration::register_image_decoding_hook(); cosmic_files::main() }