Module summary
Source - Inner 🔒
- MissingDependencyError
- Indicates the dependency inferred from the
dep
syntax that should exist,
but missing on the resolved dependencies tables. - Summary
- Subset of a
Manifest
. Contains only the most important information about
a package.
- FeatureValue
FeatureValue
represents the types of dependencies a feature can have.
- build_feature_map 🔒
- Checks features for errors, bailing out a CargoResult:Err if invalid,
and creates
FeatureValues
for each feature.
- FeatureMap