purpleprotocol / mimalloc_rust

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

add links directive to libmimalloc-sys crate #33

Closed nlhepler closed 4 years ago

nlhepler commented 4 years ago

ensures at most one copy of mimalloc is linked, see https://doc.rust-lang.org/cargo/reference/manifest.html#the-links-field

octavonce commented 4 years ago

Great! Thanks for your contribution