Function rust_htslib::htslib::hts_version [] [src]

pub unsafe extern "C" fn hts_version() -> *const c_char

@abstract Get the htslib version number @return For released versions, a string like "N.N[.N]"; or git describe output if using a library built within a Git repository.