//! Sequence Read Archive (SRA) integrations.
// Expose the low-level API in a public submodule.
// Expose the client API in a public submodule.
// Requires the CSV feature to function.
// Re-export the models into the parent module.
pub use Record;
pub use RecordList;