9 releases

0.8.1 Nov 21, 2021
0.8.0 Oct 23, 2021
0.7.1 Jan 27, 2021
0.7.0 Aug 9, 2020
0.5.1 Mar 12, 2019

#1456 in Parser implementations

Download history 6787/week @ 2023-12-15 1563/week @ 2023-12-22 1189/week @ 2023-12-29 2453/week @ 2024-01-05 2771/week @ 2024-01-12 1866/week @ 2024-01-19 2844/week @ 2024-01-26 4652/week @ 2024-02-02 4307/week @ 2024-02-09 2763/week @ 2024-02-16 3475/week @ 2024-02-23 4343/week @ 2024-03-01 4704/week @ 2024-03-08 4754/week @ 2024-03-15 5195/week @ 2024-03-22 4464/week @ 2024-03-29

19,903 downloads per month
Used in 37 crates (via hdf5)

MIT/Apache

290KB
7.5K SLoC

hdf5-types

Create custom types for serializing to and from hdf5


lib.rs:

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.

Dependencies

~145–550KB