fixedstr 0.4.2

strings of constant maximum size that can be copied and stack allocated using const generics
Documentation
[dependencies.serde]
default-features = false
optional = true
version = "1"

[features]
default = ["std"]
pub_tstr = []
serde = ["dep:serde"]
std = []

[package]
authors = ["Chuck Liang"]
description = "strings of constant maximum size that can be copied and stack allocated using const generics"
edition = "2021"
keywords = ["string", "no-std"]
license = "MIT"
name = "fixedstr"
readme = "README.md"
repository = "https://github.com/chuckcscccl/fixedstr/"
version = "0.4.2"