liboxen 0.53.0

Oxen is a fast data version control system, built with machine learning training data in mind. Designed to handle terabytes of data with ease, using a workflow similar to git. Version both structured and unstructured data of any modality: text, images, video, audio, CSV, Parquet, JSONL, model checkpoints, and more. liboxen is the embeddable core library behind the oxen CLI and server, which power fine tuning and inference pipelines for multimodal LLMs, image models, and video models on Oxen.ai.
pub mod add_remove_modify_counts;
pub use add_remove_modify_counts::AddRemoveModifyCounts;

pub mod change_type;
pub use change_type::ChangeType;

pub mod data_frame_diff;
pub mod diff_entries_counts;
pub mod diff_entry;
pub mod diff_entry_status;
pub mod diff_file_node;

pub mod diff_result;
pub use diff_result::DiffResult;

pub mod generic_diff;
pub mod generic_diff_summary;

pub mod dir_diff;
pub mod dir_diff_summary;

pub mod schema_diff;

pub mod tabular_diff;
pub use tabular_diff::TabularDiff;

pub mod tabular_diff_summary;

pub mod text_diff;
pub use text_diff::TextDiff;