pub fn build_snapshot_with_options(
source: &Path,
output: &Path,
options: &BuildOptions,
) -> Result<(), GitClosureError>Expand description
Core build function: collects, sorts, hashes, and serializes all files.
pub fn build_snapshot_with_options(
source: &Path,
output: &Path,
options: &BuildOptions,
) -> Result<(), GitClosureError>Core build function: collects, sorts, hashes, and serializes all files.