ffi-destruct 0.1.3

Generates destructors for structures that contain raw pointers in the FFI.
Documentation
[dependencies.convert_case]
version = "0.6"

[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
version = "1.0"

[lib]
proc-macro = true

[package]
authors = ["IInfo <info@i1nfo.com>"]
categories = ["development-tools::ffi"]
description = "Generates destructors for structures that contain raw pointers in the FFI."
edition = "2021"
homepage = "https://github.com/I-Info/ffi-destruct"
include = ["README.md", "src/**/*.rs", "LICENSE"]
keywords = ["ffi", "destructor", "macro", "drop", "derive"]
license = "Apache-2.0"
name = "ffi-destruct"
readme = "README.md"
repository = "https://github.com/I-Info/ffi-destruct"
version = "0.1.3"