fixed_len_str 0.3.3

A procedural macro for create a smart pointer to str backed by a fixed size array,with the size given by the tokens.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[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"]