alpha_g_detector 0.5.1

A Rust library to handle the raw output of the ALPHA-g detectors
Documentation
1
2
3
4
5
6
7
8
9
10
# ALPHA_g_Detector

[![Test Status](https://github.com/ALPHA-g-Experiment/alpha-g/actions/workflows/rust.yml/badge.svg)](https://github.com/ALPHA-g-Experiment/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.

Reading and manipulating the data from the detectors is simple; a set of
examples with common operations can be found
[here](https://github.com/ALPHA-g-Experiment/alpha-g/tree/main/detector/examples).