pub fn mtree_v1_from_input_dir(path: impl AsRef<Path>) -> Result<PathBuf, Error>
Expand description
Creates a new ALPM-MTREEv1 file from an input directory and returns its path.
Calls create_mtree_file_from_input_dir
with bsdtar options specific to ALPM-MTREEv1.
ยงErrors
Returns an error if calling create_mtree_file_from_input_dir
fails.