# padmet-rs



[](https://labgem.github.io/padmet)
[](https://labgem.github.io/padmet/doc/padmet)
[](/blob/main/LICENSE)
[](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" }
```
## Minimum Supported Rust Version
Currently the minimum supported Rust version is 1.86.