liboxen 0.46.11

Oxen is a fast, unstructured data version control, to help version large machine learning datasets written in Rust.
Documentation
1
2
3
4
5
#[derive(Clone, Debug)]
pub struct PullOpts {
    pub should_update_head: bool,
    pub should_pull_all: bool,
}