Read and write PADMet files
Find a file
2026-05-30 10:36:56 +02:00
.gitlab/ci Initial copier template 2026-05-30 07:53:16 +02:00
src doc(fix): s/reactions/genes/ in docstring 2026-05-30 10:36:56 +02:00
tests Initial copier template 2026-05-30 07:53:16 +02:00
vendor Can read test files from padmet python reference 2026-05-30 09:52:32 +02:00
website doc: Add some indication to the changelog, fix fontawesome git icon and edit link 2026-05-30 10:20:42 +02:00
.copier-answers.yml Initial copier template 2026-05-30 07:53:16 +02:00
.gitignore Can read test files from padmet python reference 2026-05-30 09:52:32 +02:00
.gitlab-ci.yml Initial copier template 2026-05-30 07:53:16 +02:00
.gitmodules Can read test files from padmet python reference 2026-05-30 09:52:32 +02:00
book.toml doc: Add some indication to the changelog, fix fontawesome git icon and edit link 2026-05-30 10:20:42 +02:00
Cargo.lock Initial copier template 2026-05-30 07:53:16 +02:00
Cargo.toml Initial copier template 2026-05-30 07:53:16 +02:00
CHANGELOG.md doc: Add some indication to the changelog, fix fontawesome git icon and edit link 2026-05-30 10:20:42 +02:00
CODE_OF_CONDUCT.md Initial copier template 2026-05-30 07:53:16 +02:00
CONTRIBUTING.md Initial copier template 2026-05-30 07:53:16 +02:00
LICENSE Initial copier template 2026-05-30 07:53:16 +02:00
README.md Can read test files from padmet python reference 2026-05-30 09:52:32 +02:00
release-plz.toml Initial copier template 2026-05-30 07:53:16 +02:00
tarpaulin.toml Initial copier template 2026-05-30 07:53:16 +02:00

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.