Midasio

Test Status

A Rust library for reading binary MIDAS files. Midasio provides a useful API to iterate over events, iterate over data banks, and extract the raw data from the data banks.

Usage

Add the following to your Cargo.toml file: toml [dependencies] midasio = "0.1"

Want to contribute?

There are multiple way to contribute: - Install and test Midasio. 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.