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
7
8
9
10
11
12
13
14
15
mod attfill;
mod attline;
mod attmarker;
mod consts;
mod error;
pub(crate) mod named;
mod object;
mod objstring;

pub(crate) use attfill::AttFill;
pub(crate) use attline::AttLine;
pub(crate) use attmarker::AttMarker;
pub use named::Named;
pub(crate) use object::Object;
pub use objstring::TObjString;