Performance and security oriented drop-in allocator for Rust, based on Microsoft's mimalloc.
# Cargo.toml
[dependencies]
mimalloc = "0.1.52"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Set mimalloc as the global allocator for improved performance.
Use `#[global_allocator]` only if you control all allocations, or use per-allocator scoping.
No dependency data recorded yet.