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

#1527 in Parser implementations

Download history 2542/week @ 2024-01-10 2259/week @ 2024-01-17 2435/week @ 2024-01-24 4245/week @ 2024-01-31 4345/week @ 2024-02-07 3463/week @ 2024-02-14 2781/week @ 2024-02-21 4271/week @ 2024-02-28 4408/week @ 2024-03-06 4782/week @ 2024-03-13 5099/week @ 2024-03-20 5064/week @ 2024-03-27 6456/week @ 2024-04-03 4325/week @ 2024-04-10 3343/week @ 2024-04-17 2925/week @ 2024-04-24

18,009 downloads per month
Used in 38 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