cbox 0.2.2

C pointer boxing, for when working with ffi
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]

exclude = [ ".gitignore", ".travis.yml" ]
authors = [ "Tom Bebbington <tophattedcoder@gmail.com>" ]
description = "C pointer boxing, for when working with ffi"
documentation = "https://tombebbington.github.io/llvm-rs/llvm/index.html"
keywords = [ "ffi", "bindings", "utility" ]
license = "MIT"
name = "cbox"
readme = "README.md"
repository = "https://github.com/TomBebbington/cbox-rs"
version = "0.2.2"

[dependencies]

libc = "*"