// We use jemalloc for performance reasons
#[cfg(all(feature ="jemalloc", unix))]#[global_allocator]staticALLOC:jemallocator::Jemalloc =jemallocator::Jemalloc;fnmain(){ifletErr(err)=opup::cli::run(){eprintln!("Error: {err:?}");std::process::exit(1);}}