malloc-bind 0.1.0

A tool to implement the C malloc API using a Rust allocator.
Documentation

malloc-bind

The malloc-bind crate provides bindings for the C malloc API. Given an implementation of the Rust Alloc trait, it produces implementations of the C malloc API (malloc, free, realloc, etc) and defines extern "C" functions that can be used to produce a C shared object file.