pub fn hash_bundle_tree(
root: &Path,
) -> Result<(String, Vec<BundleFileEntry>), BundleBuildError>Expand description
Walk root deterministically and hash every file (sorted paths).
pub fn hash_bundle_tree(
root: &Path,
) -> Result<(String, Vec<BundleFileEntry>), BundleBuildError>Walk root deterministically and hash every file (sorted paths).