ncbi-vdb-sys 0.1.7

FFI library for the NCBI VDB
Documentation
1
2
3
4
5
6
mod core;
mod reader;
mod safe;

pub use reader::{RecordIter, RefRecord, Segment, SegmentIter, SegmentType, SraReader};
pub use safe::{Error, Result};