Function reproto_manifest::read_manifest [] [src]

pub fn read_manifest<L>(preamble: ManifestPreamble) -> Result<Manifest<L>> where
    L: Lang

Read the given manifest.

Takes a path since it's used to convert declarations. Returns true if the manifest is present, false otherwise.