malloc-rust 1.0.0-beta.3

Malloc implementation using Rust allocator
Documentation
1
2
3
4
5
6
7
8
9
# malloc-rust

[![Rust](https://github.com/DoumanAsh/malloc-rust/actions/workflows/rust.yml/badge.svg)](https://github.com/DoumanAsh/malloc-rust/actions/workflows/rust.yml)
[![Crates.io](https://img.shields.io/crates/v/malloc-rust.svg)](https://crates.io/crates/malloc-rust)
[![Documentation](https://docs.rs/malloc-rust/badge.svg)](https://docs.rs/crate/malloc-rust/)

Malloc implementation using Rust allocator

This is useful when you want to provide C library with malloc callbacks in place of standard C allocator