pub fn write(
    lib_root: &Path,
    lib_manifest: &LibraryManifest,
    filename: &Path
) -> Result<()>
Expand description

Generate a manifest for the library in rust format for static linking into a runtime binary