hdf5-types 0.8.1

Native Rust equivalents of HDF5 types.
docs.rs failed to build hdf5-types-0.8.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: hdf5-types-0.7.1
Types that can be stored and retrieved from a `HDF5` dataset Crate features: * `h5-alloc`: Use the `hdf5` allocator for varlen types and dynamic values. This is necessary on platforms which uses different allocators in different libraries (e.g. dynamic libraries on windows), or if `hdf5-c` is compiled with the MEMCHECKER option. This option is forced on in the case of using a `windows` DLL.