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

#1481 in Parser implementations

Download history 4754/week @ 2024-03-15 5174/week @ 2024-03-22 5577/week @ 2024-03-29 6330/week @ 2024-04-05 3198/week @ 2024-04-12 3247/week @ 2024-04-19 3979/week @ 2024-04-26 3135/week @ 2024-05-03 3641/week @ 2024-05-10 2598/week @ 2024-05-17 2693/week @ 2024-05-24 4028/week @ 2024-05-31 4179/week @ 2024-06-07 3004/week @ 2024-06-14 3551/week @ 2024-06-21 2433/week @ 2024-06-28

13,969 downloads per month
Used in 42 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–540KB