mallocator 0.1.0

Use malloc() and free() for memory management in Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies]

[package]
authors = ["Edwin Svensson <mallocator@olback.net>"]
categories = ["no-std", "embedded"]
description = "Use malloc() and free() for memory management in Rust."
edition = "2018"
homepage = "https://github.com/olback/mallocator"
keywords = ["ffi", "c", "embedded"]
license = "MIT OR Apache-2.0"
name = "mallocator"
readme = "README.md"
repository = "https://github.com/olback/mallocator"
version = "0.1.0"