tynamed 0.1.1

A macro that gives a name to a struct or enum
Documentation
[dependencies.tynamed_macros]
version = "0.1.1"

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

[package]
authors = ["Ykong <yk0n9@outlook.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools::procedural-macro-helpers", "parsing"]
description = "A macro that gives a name to a struct or enum"
documentation = "https://docs.rs/tynamed"
edition = "2024"
keywords = ["string", "macros", "proc-macros", "struct"]
license = "MIT"
name = "tynamed"
readme = "README.md"
repository = "https://github.com/yk0n9/tynamed"
version = "0.1.1"

[[test]]
name = "test"
path = "tests/test.rs"