Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

padmet-rs

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" }

From source

git clone {repository_uri}
cd 
cargo install --path

Minimum Supported Rust Version

Currently the minimum supported Rust version is 1.86.