Cargo Features

hdf5-metno has no features set by default.

[dependencies]
hdf5-metno = { version = "0.9.2", features = ["static", "zlib", "lzf", "blosc", "mpio", "complex", "f16"] }
static

Compile and statically link bundled HDF5 library.

Enables static of hdf5-metno-sys

zlib

Enable zlib compression filter.

Enables zlib of hdf5-metno-sys

lzf

Enable LZF compression filter.

Enables errno and lzf-sys

blosc

Enable blosc compression filters.

Enables blosc-src

mpio

Enable MPI support.

Enables mpi-sys, mpio of hdf5-metno-sys

complex

Enable complex number type support.

Enables complex of hdf5-metno-types

f16

Enable float16 type support.

Enables f16 of hdf5-metno-types

Features from optional dependencies

The features with version numbers such as 1.10.3, 1.12.0 are metafeatures and is only available when the HDF5 library is at least this version.
Features have_direct and have_parallel are also metafeatures and dependent on the HDF5 library which is linked against.