Module loader

Module loader 

Source
Expand description

Various helpers and traits for loading and parsing manifests

Traits§

ManifestLoader
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§

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