malloc_buf 0.0.5

Structs for handling malloc'd memory passed to Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "malloc_buf"
version = "0.0.5"
authors = ["Steven Sheldon"]

description = "Structs for handling malloc'd memory passed to Rust."
repository = "https://github.com/SSheldon/malloc_buf"
documentation = "http://ssheldon.github.io/malloc_buf/malloc_buf/"
license = "MIT"

[dependencies]
libc = "0.1"