Read and write PADMet files
| .gitlab/ci | ||
| src | ||
| tests | ||
| vendor | ||
| website | ||
| .copier-answers.yml | ||
| .gitignore | ||
| .gitlab-ci.yml | ||
| .gitmodules | ||
| book.toml | ||
| Cargo.lock | ||
| Cargo.toml | ||
| CHANGELOG.md | ||
| CODE_OF_CONDUCT.md | ||
| CONTRIBUTING.md | ||
| LICENSE | ||
| README.md | ||
| release-plz.toml | ||
| tarpaulin.toml | ||
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.