Cargo Features

Fixedstr has no features set by default.

[dependencies]
fixedstr = { version = "0.5.8", features = ["std", "no-alloc", "serde", "fstr", "pub_tstr", "pub-tstr", "circular-str", "experimental", "compressed-str"] }
std fstr?
no-alloc
serde

Enables serde

fstr = std
pub_tstr pub-tstr?
pub-tstr = pub_tstr

Affects tiny_internal::tstr_limit

shared-str flex-str circular-str
experimental

Affects fixedstr::Fixedstr, zero_terminated::ChunkyIter

compressed-str