rusch95 / mimalloc-rs

Fork of mimallocator that aims to port mimalloc over to rust.
16 stars 0 forks source link

Fix build system to auto-build rust_impl #7

Open rusch95 opened 5 years ago

rusch95 commented 5 years ago

Currently, you have to manually build it. See about fixing build.rs or Cargo.toml to build it too when calling cargo from the top level crate.