A Rust library to handle the raw output of the ALPHA-g detectors.
Add the following to your Cargo.toml
file:
toml
[dependencies]
alpha_g_detector = "0.2"
Reading and manipulating the data from the detectors is simple; a set of examples with common operations can be found here.