opaque-pointer 0.4.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
[features]
default = ["std"]
std = []

[package]
authors = ["Jesus Hernandez <jesushdez@protonmail.com>"]
categories = ["development-tools::ffi", "no-std"]
description = "Generic functions to work with opaque pointers when use FFI to expose Rust structs"
edition = "2018"
keywords = ["pointer", "opaque", "pointers", "cbindgen"]
license = "Unlicense"
name = "opaque-pointer"
readme = "README.md"
repository = "https://github.com/jhg/opaque-pointer-rs/"
version = "0.4.0"