Function blosc_sys::blosc_compname_to_compcode [] [src]

pub unsafe extern "C" fn blosc_compname_to_compcode(
    compname: *const c_char
) -> c_int

Return the compressor code associated with the compressor name.

If the compressor name is not recognized, or there is not support for it in this build, -1 is returned instead.