[][src]Function pyoxidizerlib::pyrepackager::repackage::write_modules_entries

pub fn write_modules_entries<W: Write>(
    dest: W,
    entries: &[ModuleEntry]
) -> Result<()>

Serialize a ModulesEntries to a writer.

See the documentation in the pyembed crate for the data format.