Source code

Revision control

Copy as Markdown

Other Tools

[package]
name = "malloc_buf"
version = "0.0.6"
authors = ["Steven Sheldon"]
description = "Structs for handling malloc'd memory passed to Rust."
license = "MIT"
exclude = [".gitignore"]
[dependencies]
libc = ">= 0.1, < 0.3"