liboxen 0.48.3

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
#[derive(Debug, Clone)]
pub struct SchemaDiff {
    pub added_cols: Vec<String>,
    pub removed_cols: Vec<String>,
    pub unchanged_cols: Vec<String>,
}