oxen-server 0.50.6

Oxen is a fast, unstructured data version control, to help version large machine learning datasets written in Rust.
1
2
3
4
5
6
7
8
use serde::Deserialize;

#[derive(Deserialize, Debug)]
pub struct TreeDepthQuery {
    pub depth: Option<i32>,
    pub subtrees: Option<String>,
    pub is_download: Option<bool>,
}