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
#[derive(Clone, Debug)]
pub struct LogOpts {
    pub revision: Option<String>, // commit id or branch name
    pub remote: bool,
}