Read PADMet metabolic network metadata file in Rust
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-07-06 18:06:21 +02:00
.github set owner to labgem & release candidate 2026-07-06 17:29:28 +02:00
.gitlab/ci Initial copier template 2026-05-30 07:53:16 +02:00
src set owner to labgem & release candidate 2026-07-06 17:29:28 +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 set owner to labgem & release candidate 2026-07-06 17:29:28 +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
AUTHORS comment unused code 2026-06-17 10:51:35 +02:00
book.toml slight fixes 2026-07-06 18:06:21 +02:00
Cargo.lock comment unused code 2026-06-17 10:51:35 +02:00
Cargo.toml set owner to labgem & release candidate 2026-07-06 17:29:28 +02:00
CHANGELOG.md comment unused code 2026-06-17 10:51:35 +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 slight fixes 2026-07-06 18:06:21 +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

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.