fixed_len_str 0.2.5

A procedural macro for create a smart pointer to str backed by a fixed size array,with the size given by the tokens.
Documentation
[dependencies.serde]
optional = true
version = "1.0.104"

[features]
default = ["docs_hidden"]
docs_hidden = []
serde_support = ["serde"]

[lib]
proc-macro = true

[package]
authors = ["NonNullableName <zeroed32@protonmail.com>"]
categories = ["no-std", "rust-patterns"]
description = "A procedural macro for create a smart pointer to str backed by a fixed size array,with the size given by the tokens."
edition = "2018"
keywords = ["fixed", "size", "str", "string", "array"]
license = "Unlicense"
name = "fixed_len_str"
readme = "README.md"
repository = "https://github.com/NonNullableName/fixed_len_str"
version = "0.2.5"