fastpasta 1.22.0

CLI for verifying or examining readout data from the ALICE detector.
Documentation
1
2
3
4
5
6
7
8
//! Contains the [LinkValidator](link_validator::LinkValidator) struct that is the entry point for all data validation, also contains all the subvalidators.

pub mod its;
pub mod lib;
pub mod link_validator;
pub mod rdh;
pub mod rdh_running;
pub mod validator_dispatcher;