Skip to main content

Crate refget_rs

Crate refget_rs 

Source
Expand description

GA4GH refget Sequences v2.0.0 and Sequence Collections v1.0.0 in Rust.

This is an umbrella crate that re-exports the individual refget-rs workspace crates. Enable features to pull in the components you need:

  • digest — SHA-512/24 and JSON canonicalization (digest)
  • model — Domain types for sequences and collections (model)
  • store — Storage backends: in-memory, FASTA, memory-mapped ([store])
  • server — Axum router for serving the refget API ([server])
  • client — HTTP client for calling refget servers ([client])

By default, digest and model are enabled.

Re-exports§

pub use refget_digest as digest;
pub use refget_model as model;