We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af9de04 commit b276176Copy full SHA for b276176
hdf5/Cargo.toml
@@ -20,7 +20,9 @@ lzf = ["dep:lzf-sys", "dep:errno"]
20
blosc = ["dep:blosc-sys"]
21
static = ["hdf5-sys/static"]
22
zlib = ["hdf5-sys/zlib"]
23
+complex = ["hdf5-types/complex"]
24
f16 = ["hdf5-types/f16"]
25
+
26
# The features with version numbers such as 1.10.3, 1.12.0 are metafeatures
27
# and is only available when the HDF5 library is at least this version.
28
# Features have_direct and have_parallel are also metafeatures and dependent
0 commit comments