mimalloc3-rs 0.0.5

mimalloc is a compact general purpose allocator with excellent performance.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
## Usage

```rust
use mimalloc3_rs::MiMalloc;

#[global_allocator]
static GLOBAL: MiMalloc = MiMalloc;
```

## Requirements

__C/C++__ compiler and __CMake__ is required for building [mimalloc](https://github.com/microsoft/mimalloc) with cargo.