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