const-str 0.1.2

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

[features]
default = []
verify-regex = ["const-str-proc-macro/regex"]
verify-http = ["const-str-proc-macro/http"]
all = ["verify-regex", "verify-http"]

[package.metadata.docs.rs]
all-features = true

[workspace]
members = ["const-str-proc-macro"]

[dependencies.const-str-proc-macro]
version = "0.1.2"

[dev-dependencies]
regex = "1.3.9"
http = "0.2.1"