Module target_spec::summaries[][src]

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

PlatformSummary

An owned, serializable version of Platform.

Enums

TargetFeaturesSummary

An owned, serializable version of TargetFeatures.