rustyphoenixmicrobenchmark 1.3.0

Toolset for function micro-benchmarking. Rust equivalent of C++ [PhoenixMicroBenchmark](https://gitlab.in2p3.fr/CTA-LAPP/PHOENIX_LIBS2/test-benchmark/PhoenixMicroBenchmark)
Documentation
[![pipeline status](https://gitlab.in2p3.fr/CTA-LAPP/PHOENIX_LIBS2/test-benchmark/RustyPhoenixMicroBenchmark/badges/main/pipeline.svg?ignore_skipped=true)](https://gitlab.in2p3.fr/CTA-LAPP/PHOENIX_LIBS2/test-benchmark/RustyPhoenixMicroBenchmark/-/pipelines)
[![Latest release](https://gitlab.in2p3.fr/CTA-LAPP/PHOENIX_LIBS2/test-benchmark/RustyPhoenixMicroBenchmark/-/badges/release.svg)](https://gitlab.in2p3.fr/CTA-LAPP/PHOENIX_LIBS2/test-benchmark/RustyPhoenixMicroBenchmark/-/releases)
[![coverage report](https://gitlab.in2p3.fr/CTA-LAPP/PHOENIX_LIBS2/test-benchmark/RustyPhoenixMicroBenchmark/badges/main/coverage.svg)](https://cta-lapp.pages.in2p3.fr/PHOENIX_LIBS2/test-benchmark/RustyPhoenixMicroBenchmark/coverage/index.html)
[![documentation](doc/images/documentation_logo.svg)](https://cta-lapp.pages.in2p3.fr/PHOENIX_LIBS2/test-benchmark/RustyPhoenixMicroBenchmark/)
[![Phoenix2 documentation](https://gitlab.in2p3.fr/CTA-LAPP/PHOENIX_LIBS2/PHOENIX2/-/raw/e9bdfd51a202d7825f38cda136c9287f9cee3c1c/doc/badge_phoenix2_documentation.svg)](https://cta-lapp.pages.in2p3.fr/PHOENIX_LIBS2/PHOENIX2/)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.18683510.svg)](https://doi.org/10.5281/zenodo.18683510)


# Introduction

Toolset for function micro-benchmarking. Rust equivalent of C++ [PhoenixMicroBenchmark](https://gitlab.in2p3.fr/CTA-LAPP/PHOENIX_LIBS2/test-benchmark/PhoenixMicroBenchmark)

# Code

https://gitlab.in2p3.fr/CTA-LAPP/PHOENIX_LIBS2/test-benchmark/RustyPhoenixMicroBenchmark

# Documentation

https://cta-lapp.pages.in2p3.fr/PHOENIX_LIBS2/test-benchmark/RustyPhoenixMicroBenchmark/index.html

# Requirements

- cargo
- rustc

# Installation for Users

```
git clone https://gitlab.in2p3.fr/CTA-LAPP/PHOENIX_LIBS2/test-benchmark/RustyPhoenixMicroBenchmark.git
cd RustyPhoenixMicroBenchmark
```