opaque-pointer 0.3.0

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
[package]

name = "opaque-pointer"

version = "0.3.0"

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"]

std = []