purpleprotocol / mimalloc_rust

A Rust wrapper over Microsoft's MiMalloc memory allocator
MIT License
486 stars 42 forks source link

Addition of windows gnu and linux cmake #48

Closed ryancinsight closed 3 years ago

ryancinsight commented 3 years ago

I redid the pull request because I messed up the rebase but I have added windows gnu and linux support, I have tested on ubuntu. windows gnu will require -larchive and -lbcrypt flags

ryancinsight commented 3 years ago

Thanks for showing me clippy and fmt!