alice-rs icon indicating copy to clipboard operation
alice-rs copied to clipboard

Analyze the public data from the CERN base ALICE collaboration with Rust

Results 4 alice-rs issues
Sort by recently updated
recently updated
newest added

Hi @cbourjau, I found alice-rs when I was looking to write a little command-line TBrowser-like tool in Rust. Sadly it wasn't able to open my root files, and long story...

I am trying to read some ROOT files with root-ls but all of them panic. I can inspect your simple.root and some other alice-open-data tuples, but I cannot read mine....

The current code base makes use of nom's macros at many places. The latest release of nom has removed macros entirely. In order to be able to smoothly update nom...

When this project was started `failure` was the way to go. However, time has moved on and the current recommendation for error handling seems to be `thiserror`. It would be...

help wanted