Available on crate feature
summaries only.Expand description
Serialized versions of platform and target features.
Some users of target-spec may want to serialize and deserialize its data structures into, say,
TOML files. This module provides facilities for that.
Summaries require the summaries feature to be enabled.
Structs§
- Platform
Summary - An owned, serializable version of
Platform.
Enums§
- Target
Features Summary - An owned, serializable version of
TargetFeatures.