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.1"
Reading and manipulating the data from the detectors is simple; a set of examples with common operations can be found here.
There are multiple ways to contribute:
- Install and test alpha_g_detector
. If it doesn't work as expected
please open an issue.
- Comment/propose a fix on some of the current open
issues.
- Read through the documentation. If there
is something confusing, or you have a suggestion for something that could be
improved, please let the maintainer(s) know.
- Help evaluate open pull requests,
by testing locally and reviewing what is proposed.