Module target_spec::summaries
source · 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
- An owned, serializable version of
Platform.
Enums
- An owned, serializable version of
TargetFeatures.