oxyroot 0.1.0

Another attempt to make library reading of `.root` binary files which are commonly used in particle physics
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
oxyroot
=======

Another attempt to make library reading of `.root` binary files which are commonly used in particle physics

# Inspiration

To make this library :

- inspiration taken from [groot]https://github.com/go-hep/hep/tree/main/groot for reading root file, even the code
  organisation
- inspiration taken from [uproot]https://github.com/scikit-hep/uproot5 to provide branch interface (for reading basket
  buffer)