Function reproto_manifest::read_manifest_preamble [] [src]

pub fn read_manifest_preamble<'a, P: AsRef<Path>, R: Read>(
    path: P,
    reader: R
) -> Result<ManifestPreamble>

Read and parse the manifest as TOML, extracting the language (if present) in the process.