root-ls

A command line tool to inspect the types of objects contained in a .root file similar to ROOT's TFile::ShowStreamerInfo() function. However, root-ls is also able to produce (proably buggy) Rust code as a starting point to write a custom parser for the content of a file. If you are in that sort of business, you should take a look at the root-io crate.

Installation

  1. Get Rust via rustup
  2. Install root-ls

bash cargo install root-ls

Usage

```