Function cargo::util::toml::to_manifest [] [src]

pub fn to_manifest(
    contents: &str,
    source_id: &SourceId,
    layout: Layout,
    config: &Config
) -> CargoResult<(EitherManifest, Vec<PathBuf>)>