mem_dbg-derive 0.2.0

Procedural macros for mem_dbg
Documentation
[package]
name = "mem_dbg-derive"
version = "0.2.0"
edition = "2021"
description = "Procedural macros for mem_dbg"
repository = "https://github.com/zommiommy/mem_dbg/"
license = "Apache-2.0 OR LGPL-2.1-or-later"
readme = "README.md"
keywords = ["allocation", "debug", "memory"]
authors = [
	"Tommaso Fontana <tommaso.fontana.96@gmail.com>",
	"Sebastiano Vigna <sebastiano.vigna@unimi.it>",
]

[lib]
proc-macro = true

[dependencies]
quote = "1"
proc-macro2 = "1.0"
syn = "2.0"

[features]
offset_of_enum = []