pub fn create_directory_manifest<P, Q>( dir_path: P, output_path: Q, algorithm: ChecksumAlgorithm, recursive: bool, ) -> Result<()>where P: AsRef<Path>, Q: AsRef<Path>,
Create a manifest file for a directory with checksums