padmet 0.1.0

Read PADMet files
Documentation
# padmet-rs

![tests](https://github.com/labgem/padmet/workflows/tests/badge.svg)
![lints](https://github.com/labgem/padmet/workflows/lints/badge.svg)
![msrv](https://github.com/labgem/padmet/workflows/msrv/badge.svg)
[![website](https://github.com/labgem/padmet/workflows/website/badge.svg)](https://labgem.github.io/padmet)
[![dev-doc](https://img.shields.io/badge/dev-doc-blue)](https://labgem.github.io/padmet/doc/padmet)
[![license](https://img.shields.io/badge/license-GPLv3-purple)](/blob/main/LICENSE)
[![copier](https://img.shields.io/badge/copier-template-yellow)](https://github.com/natir/copier-rust)


Read <!-- and write --> PADMet files in Rust.

[PADMet](https://padmet.readthedocs.io/) is a file format to store metadata on metabolic networks. `padmet-rs` is a Rust library allowing to read PADMet files.

## Usage

Add this in your Cargo.toml
```
padmet = { version = "0.1" }
```

<!-- ### From source

```bash
git clone https://github.com/labgem/padmet-rs.git
cd padmet-rs
cargo install --path
``` -->

<!-- ## How to cite

```
Samuel Ortion, padmet: Read and write PADMet files, JOSS, https://doi.org/XXXXXXX
```
-->

## Minimum Supported Rust Version

Currently the minimum supported Rust version is 1.86.