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

#1663 in Parser implementations

Download history 4392/week @ 2024-07-22 4413/week @ 2024-07-29 4956/week @ 2024-08-05 5280/week @ 2024-08-12 5731/week @ 2024-08-19 6605/week @ 2024-08-26 4200/week @ 2024-09-02 3361/week @ 2024-09-09 3225/week @ 2024-09-16 4328/week @ 2024-09-23 3664/week @ 2024-09-30 3707/week @ 2024-10-07 3354/week @ 2024-10-14 3688/week @ 2024-10-21 2636/week @ 2024-10-28 1773/week @ 2024-11-04

11,668 downloads per month
Used in 43 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