opaque-pointer 0.1.2

Generic functions to work with opaque pointers when use FFI to expose Rust structs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "opaque-pointer"
version = "0.1.2"
description = "Generic functions to work with opaque pointers when use FFI to expose Rust structs"
authors = ["Jesus Hernandez <jesushdez@protonmail.com>"]
license = "Unlicense"
keywords = ["pointer", "opaque", "pointers", "libc", "cbindgen"]
categories = ["development-tools::ffi", "no-std"]
edition = "2018"
readme = "README.md"
repository = "https://github.com/jhg/opaque-pointer-rs/"

[features]
default = []
std = []

[dependencies]
libc = { version = "^0.2", optional = true }