Cargo Features
HDF5 has no features set by default.
[dependencies]
hdf5 = { version = "0.8.1", features = ["mpio", "lzf", "blosc"] }
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
- errno lzf?
-
Enables errno ^0.2
- blosc-sys blosc?
-
Enables blosc-src ^0.1.1
- lzf-sys lzf?