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
use crate::model::Commit;
use crate::model::entry::commit_entry::Entry;

#[derive(Debug)]
pub struct UnsyncedCommitEntries {
    pub commit: Commit,
    pub entries: Vec<Entry>,
}