Function reproto_manifest::load_common_manifest [] [src]

pub fn load_common_manifest(
    manifest: &mut Manifest,
    base: &Path,
    value: &mut Table
) -> Result<()>

Load and apply all options to the given file manifest to build a realized manifest.

manifest is the manifest that will be populated. base is the base directory for which all paths specified in the manifest will be resolved.