Function blosc_src::blosc_init

source ·
pub unsafe extern "C" fn blosc_init()
Expand description

Initialize the Blosc library environment.

You must call this previous to any other Blosc call, unless you want Blosc to be used simultaneously in a multi-threaded environment, in which case you should exclusively use the blosc_compress_ctx()/blosc_decompress_ctx() pair (see below).