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](https://github.com/DJDuque/alpha-g/actions/workflows/rust.yml/badge.svg)](https://github.com/DJDuque/alpha-g/actions/workflows/rust.yml)
[![Crates.io](https://img.shields.io/crates/v/alpha_g_detector?labelColor=383f47)](https://crates.io/crates/alpha_g_detector)

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

## Usage

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](https://github.com/DJDuque/alpha-g/tree/main/detector/examples).

## 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]https://github.com/DJDuque/alpha-g/issues/new.
- Comment/propose a fix on some of the current [open 
issues](https://github.com/DJDuque/alpha-g/issues).
- Read through the [documentation]https://docs.rs/alpha_g_detector. 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]https://github.com/DJDuque/alpha-g/pulls,
  by testing locally and reviewing what is proposed.