derive_destructure2 0.1.3

Destructure structs that implement Drop
Documentation
[package]
name = "derive_destructure2"
version = "0.1.3"
edition = "2018"

authors = ["Jiahao XU <Jiahao_XU@outlook.com>"]

license = "MIT OR Apache-2.0"
description = "Destructure structs that implement Drop"
repository = "https://github.com/NobodyXu/derive_destructure2"

keywords = ["derive", "destructure", "drop", "E0509", "remove_trait_impls"]
categories = ["no-std", "rust-patterns"]

[lib]
proc-macro = true

[workspace]
members = [
    "derive_destructure2_examples"
]

[dependencies]
proc-macro2 = "1"
syn = "2"
quote = "1"