purpleprotocol / mimalloc_rust

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

Add #![no_std] attribute to libmimalloc-sys #60

Closed asrael closed 3 years ago

asrael commented 3 years ago

Nevermind, I didn't realize there are larger issues with just putting #![no_std] in there and I'm still learning this part of Rust!