pub fn export_flat_files<P: AsRef<Path>>(
root: P,
artifacts: &[ExportArtifact],
) -> Result<Vec<PathBuf>, BundleError>Expand description
Write a set of artifacts to root/<key> as flat files.
pub fn export_flat_files<P: AsRef<Path>>(
root: P,
artifacts: &[ExportArtifact],
) -> Result<Vec<PathBuf>, BundleError>Write a set of artifacts to root/<key> as flat files.