mimalloc-rust 0.1.4

the best binding for mimalloc in rust
docs.rs failed to build mimalloc-rust-0.1.4
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: mimalloc-rust-0.2.1

The Best and Highest-Leveled and Newest bingding for MiMalloc Ever Existed in Rust

mimalloc 1.7.3 stable

ci

Why create this

in repo https://github.com/purpleprotocol/mimalloc_rust i didn't see any data types and it neither has all the functionalities which mimalloc has provided, in other words it's garbage.

Usage

first add to dependencies

[dependencies]
mimalloc-rust = "0.1"

then set the global allocator

use mimalloc_rust::*;

#[global_allocator]
static GLOBAL_MIMALLOC: GlobalMiMalloc = GlobalMiMalloc;