liboxen 0.46.7

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

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