Module core

Source
Expand description

This module contains the core structs and parsers needed to read the self-description of a root file. These parsers can be used to build new parsers using the root-ls cli.

Modules§

parsers
types

Structs§

FileItem
Describes a single item within this file (e.g. a Tree)
RootFile
RootFile wraps the most basic information of a ROOT file.
Source
The source from where the Root file is read. Construct it using .into() on a Url or Path. The latter is not availible for the wasm32 target.