opaque-pointer 0.8.11

Generic functions to work with opaque pointers when use FFI to expose Rust structs
Documentation
[dependencies.lazy_static]
optional = true
version = "1.4"

[dependencies.log]
version = "0.4"

[features]
alloc = []
c-types = ["std"]
default = ["std"]
lender = ["lazy_static"]
std = []

[package]
authors = ["Jesus Hernandez <jesushdez@protonmail.com>", "Dylan DPC"]
categories = ["development-tools::ffi", "no-std"]
description = "Generic functions to work with opaque pointers when use FFI to expose Rust structs"
edition = "2021"
exclude = [".github/**", ".vscode/**", ".idea/**", "tests/**"]
keywords = ["opaque", "pointers", "cbindgen", "ffi", "no_std"]
license = "Unlicense"
name = "opaque-pointer"
readme = "README.md"
repository = "https://github.com/jhg/opaque-pointer-rs/"
rust-version = "1.57.0"
version = "0.8.11"
[package.metadata.docs.rs]
features = ["std", "lender"]