alpha_g_detector 0.1.0

A Rust library to handle the raw output of the ALPHA-g detectors
Documentation

ALPHA_g_Detector

Test Status Crates.io

A Rust library to handle the raw output of the ALPHA-g detectors.

Usage

Add the following to your Cargo.toml file:

[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.

Want to contribute?

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.