hdf5-d

Bindings for the hdf5 IO library.


Keywords
library, binding, data, scientific
License
BSL-1.0
Install
dub fetch hdf5-d --version 0.0.2

Documentation

hdf5-d

D bindings for the parallel HDF5 library.

License

These bindings are made available under the Boost Software License 1.0. HDF5 is subject to its own license.

Limitations/Known issues

  • This set of bindings is based on hdf5-1.8.13.

  • Similarly to the FORTRAN bindings, it is required to call H5open() manually once before starting to use HDF5. It is recommended to also use H5check_version to check whether the version of these bindings matches the version of the HDF5 library.

  • This is a work in progress tested only in the context of its use in DLBC.

  • Pull requests to improve these bindings are welcomed!