derive_destructure2 0.1.3

Destructure structs that implement Drop
Documentation
[dependencies.proc-macro2]
version = "1"

[dependencies.quote]
version = "1"

[dependencies.syn]
version = "2"

[lib]
proc-macro = true

[package]
authors = ["Jiahao XU <Jiahao_XU@outlook.com>"]
categories = ["no-std", "rust-patterns"]
description = "Destructure structs that implement Drop"
edition = "2018"
keywords = ["derive", "destructure", "drop", "E0509", "remove_trait_impls"]
license = "MIT OR Apache-2.0"
name = "derive_destructure2"
readme = "README.md"
repository = "https://github.com/NobodyXu/derive_destructure2"
version = "0.1.3"