rustix-dlmalloc 0.1.6

A Rust port of the dlmalloc allocator, ported to rustix
Documentation
1
2
3
4
fn main() {
    #[cfg(feature = "debug")]
    println!("cargo:rustc-cfg=debug_assertions");
}