pub fn export_envdir<P: AsRef<Path>>(
root: P,
artifacts: &[ExportArtifact],
) -> Result<Vec<PathBuf>, BundleError>Expand description
Write artifacts as envdir files (root/<ENV_VAR_NAME> => value).
pub fn export_envdir<P: AsRef<Path>>(
root: P,
artifacts: &[ExportArtifact],
) -> Result<Vec<PathBuf>, BundleError>Write artifacts as envdir files (root/<ENV_VAR_NAME> => value).