| Crates.io | root-ls |
| lib.rs | root-ls |
| version | 0.2.0 |
| created_at | 2018-02-19 22:40:07.052173+00 |
| updated_at | 2021-02-05 08:07:05.175848+00 |
| description | CLI tool to inspect the content and layout of `.root` files |
| homepage | |
| repository | https://github.com/cbourjau/alice-rs |
| max_upload_size | |
| id | 51971 |
| size | 58,817 |
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.
root-lscargo install root-ls
root-ls ./simple.root to-yaml
root-ls ./simple.root to-rust --rustfmt
root-ls ./simple.root to-rust inspect
-v)root-ls ./simple.root to-rust inspect --item-pos=0 -v