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