cbox 0.3.0

C pointer boxing, for when working with ffi
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies]
libc = "*"

[package]
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"
exclude = [".gitignore", ".travis.yml"]
keywords = ["ffi", "bindings", "utility"]
license = "MIT"
name = "cbox"
readme = "README.md"
repository = "https://github.com/TomBebbington/cbox-rs"
version = "0.3.0"