// SPDX-License-Identifier: Apache-2.0
//! Storage-neutral resumable blame slices.
//!
//! Heddle owns ancestry walk, path lookup, first-parent merge policy, LCS
//! tie-breaking, origin finalization, and provenance invariants. Callers own
//! job rows, leases, and persistence of the returned frontier.
pub use advance_file_blame_slice;
pub use finalize_file_provenance;
pub use prepare_file_blame;
pub use blame_file;
pub use ;