fastpasta 1.22.0

CLI for verifying or examining readout data from the ALICE detector.
Documentation
1
2
3
4
5
//! Contains modules for analyzing the data. Displaying the data in a human readable format or performing data validation.

pub mod lib;
pub mod validators;
pub mod view;