padmet 0.1.0

Read PADMet files
Documentation

padmet-rs

tests lints msrv website dev-doc license copier

Read PADMet files in Rust.

PADMet 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.