Cargo Features

tinyvec_string has no features set by default.

[dependencies]
tinyvec_string = { version = "0.3.2", features = ["std", "alloc", "rustc_1_40", "rustc_1_55", "rustc_1_57", "serde"] }
std = alloc
alloc std? = tinyvec_macros

Enables alloc of tinyvec

tinyvec:

Provide things that utilize the alloc crate, namely TinyVec.

Affects tinyvec_string::tinystring

rustc_1_40

Enables rustc_1_40 of tinyvec

tinyvec:

features that require rustc 1.40
use Vec::append if possible in TinyVec::append - 1.37
DoubleEndedIterator::nth_back - 1.40

rustc_1_55 rustc_1_57?

Enables rustc_1_55 of tinyvec

tinyvec:

features that require rustc 1.55
use const generics to implement Array for all array lengths

rustc_1_57 = rustc_1_55

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

tinyvec_macros alloc?
serde implicit feature

Enables serde

serde:

A generic serialization/deserialization framework