stringz 0.3.2

A way to use strings in generic paramters
Documentation
[dependencies.stringz-macros]
version = "0.1.2"

[dependencies.tuplez]
default-features = false
version = ">=0.8.0"

[features]
alloc = []
default = ["std"]
std = []

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

[package]
authors = ["Nichts Hsu <NichtsVonChaos@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["data-structures", "no-std", "no-std::no-alloc"]
description = "A way to use strings in generic paramters"
documentation = "https://docs.rs/stringz"
edition = "2021"
keywords = ["string", "generic", "no-std"]
license = "MIT OR Apache-2.0"
name = "stringz"
readme = "README.md"
repository = "https://github.com/NichtsHsu/structz"
version = "0.3.2"