liboxen 0.7.2

Oxen is a fast, unstructured data version control, to help version large machine learning datasets written in Rust.
1
2
3
4
5
6
7
8
9
10
11
pub mod commit_entry;
pub mod diff_entry;
pub mod entry_data_type;
pub mod metadata_entry;
pub mod mod_entry;
pub mod remote_entry;
pub mod staged_entry;

pub trait ContentHashable {
    fn content_hash(&self) -> String;
}