ident-str 0.1.0

A macro to convert string literals into identifiers
Documentation
[dependencies.macro-string]
version = "0.1.4"

[dependencies.proc-macro2]
features = ["span-locations"]
version = "1.0.103"

[dependencies.quote]
version = "1.0.42"

[dependencies.syn]
version = "2.0.110"

[dev-dependencies.trybuild]
features = ["diff"]
version = "1.0.114"

[[example]]
name = "test_cases"
path = "examples/test_cases.rs"

[lib]
name = "ident_str"
path = "src/lib.rs"
proc-macro = true

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["rust-patterns", "development-tools"]
description = "A macro to convert string literals into identifiers"
edition = "2024"
keywords = ["proc-macro"]
license = "Apache-2.0"
name = "ident-str"
readme = "README.md"
repository = "https://github.com/funnyboy-roks/ident-str"
version = "0.1.0"

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

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

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