ncbi-vdb-sys 0.1.7

FFI library for the NCBI VDB
Documentation
1
2
3
4
5
6
pub(crate) mod klib;
pub(crate) mod vdb;

// Type aliases for common types used in the VDB API
#[allow(non_camel_case_types)]
pub(crate) type rc_t = i32;