5 个版本
0.1.24 | 2024年4月24日 |
---|---|
0.1.23 | 2024年4月21日 |
0.1.22 | 2024年4月18日 |
0.1.21 | 2024年4月18日 |
0.1.20 | 2024年4月18日 |
#1411 in 命令行工具
每月 22 次下载
630KB
14K SLoC
oxyroot-dump
安装
```bash
cargo install oxyroot-dump
```
用法
```bash
oxyroot-dump --file test_suite/create_root_files_with_root/t04_01_write_tree_points.root
```
示例输出
=== "test_suite/create_root_files_with_root/t04_01_write_tree_points.root" ===
>>> tree: "myTree"
name | typename | interpretation
-------------------------------+-------------------------------+-------------------------------
points | Point | Point
x | int32_t | i32
y | int32_t | i32
Can not interpret type_name = "Point"
[0][x]: 0
[0][y]: 0
[1][x]: 1
[1][y]: 1
[2][x]: 2
[2][y]: 4
[3][x]: 3
[3][y]: 9
[4][x]: 4
[4][y]: 16
[5][x]: 5
[5][y]: 25
[6][x]: 6
[6][y]: 36
[7][x]: 7
[7][y]: 49
[8][x]: 8
[8][y]: 64
[9][x]: 9
[9][y]: 81
依赖项
~11MB
~207K SLoC