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
pub(crate) const K_IS_ON_HEAP: u32 = 0x01000000;
// pub(crate) const K_BIT_MASK: u32 = 0x00ffffff;
pub(crate) const K_IS_REFERENCED: u32 = 1 << 4;
// pub(crate) const K_HAS_UUID: u32 = 1 << 5;