derive-name 1.1.0

Derive macro to get the name of a struct, enum or enum variant
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies.derive-name-macros]
version = "1"

[package]
authors = ["Christoph Schneider <christoph.schneider@abineo.com>"]
description = "Derive macro to get the name of a struct, enum or enum variant"
edition = "2021"
exclude = ["target", ".github"]
license = "ISC"
name = "derive-name"
readme = "README.md"
repository = "https://github.com/abineo-ag/derive-name"
version = "1.1.0"