const-str-proc-macro 0.3.2

compile-time string operations
Documentation
[dependencies.heck]
optional = true
version = "0.3.3"

[dependencies.http]
optional = true
version = "0.2.5"

[dependencies.proc-macro2]
version = "1.0.29"

[dependencies.quote]
version = "1.0"

[dependencies.regex]
optional = true
version = "1.5.4"

[dependencies.syn]
version = "1.0"

[lib]
proc_macro = true

[package]
authors = ["Nugine <nugine@foxmail.com>"]
categories = ["text-processing", "no-std"]
description = "compile-time string operations"
edition = "2018"
keywords = ["string", "const", "proc-macro"]
license = "MIT"
name = "const-str-proc-macro"
readme = "README.md"
repository = "https://github.com/Nugine/const-str"
version = "0.3.2"