Cargo Features

hdf5-sys has no features set by default.

[dependencies]
hdf5-sys = { version = "0.8.1", features = ["mpio", "hl", "threadsafe", "zlib", "static", "deprecated"] }

Please see README for further explanation of these feature flags

mpio = mpi-sys

Affects h5p::H5Pset_fapl_mpio, h5p::H5Pget_fapl_mpio

hl

Enables hl of hdf5-src

!V

threadsafe

Enables threadsafe of hdf5-src

zlib = libz-sys

Enables zlib of hdf5-src

static = hdf5-src
deprecated

Enables deprecated of hdf5-src

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

mpi-sys mpio?

Enables mpi-sys ^0.1

libz-sys zlib?
hdf5-src deprecated? hl? static? threadsafe? zlib?