nameth 0.1.13

A simple macro to generate a static &str representing the name of a function, a struct or an enum
Documentation
[dependencies.nameth-macro]
version = "0.1.13"

[lib]
name = "nameth"
path = "src/lib.rs"

[lints.clippy]
enum_variant_names = "allow"
needless_return = "allow"
too_many_arguments = "allow"
type_complexity = "allow"

[lints.rust]
unused = "deny"
unused_crate_dependencies = "deny"
warnings = "deny"

[package]
authors = ["Lamparo <LamparoS@Pavy.one>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools::procedural-macro-helpers", "rust-patterns"]
description = "A simple macro to generate a static &str representing the name of a function, a struct or an enum"
edition = "2024"
keywords = ["macro", "proc-macros", "string", "utility", "terrazzo"]
license = "MIT"
name = "nameth"
readme = "README.md"
repository = "https://github.com/Terrazzo-Web/Terrazzo"
resolver = "2"
version = "0.1.13"