liboxen 0.9.4-beta3

Oxen is a fast, unstructured data version control, to help version datasets, written in Rust.
1
2
3
4
5
6
7
8
9
10
pub mod commit_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;
}