// SPDX-License-Identifier: MIT
//! # llm-diff
//!
//! Output diffing and versioning primitives for LLM outputs.
//!
//! Provides:
//! - Line-level and structural JSON diffing ([`diff`] module).
//! - A content-addressable version store with branch and lineage support ([`store`] module).
//! - An append-only compliance audit log ([`audit`] module).
pub use ;
pub use ;
pub use DiffError;
pub use ;