rust_htslib::utils

Function path_as_bytes

Source
pub fn path_as_bytes<'a, P: 'a + AsRef<Path>>(
    path: P,
    must_exist: bool,
) -> Result<Vec<u8>>
Expand description

Convert a path into a byte-vector