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
-
tinyvec:
Provide things that utilize the
alloc
crate, namelyTinyVec
.Affects
tinyvec_string::tinystring
… - rustc_1_40
-
Enables rustc_1_40 of tinyvec
tinyvec:
obsolete feature that has to stay for semver reasons
- 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