Expand description
Various helpers and traits for loading and parsing manifests
Traits§
- A trait for loading a
Manifest
from a variety of sources. This is also used as a convenience trait in the client for easily passing in any type of Manifest
Functions§
- A simple function that attempts to parse the given bytes as YAML or JSON. This is used in the implementations of
ManifestLoader