oxyroot 0.1.25

Another attempt to make library reading and writing of `.root` binary files which are commonly used in particle physics
Documentation
1
2
3
4
5
6
#[derive(Default, Debug)]
pub(crate) struct TBranchProps {
    /// this property is set by [crate::Tree] when branch is read
    pub(crate) is_top_level: Option<bool>,
    pub(crate) _item_type_name: Option<String>,
}