#hdf5 #dataset #hdf5-types

hdf5-types

Native Rust equivalents of HDF5 types

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

#1887 in Parser implementations

Download history 1477/week @ 2024-12-24 2167/week @ 2024-12-31 3129/week @ 2025-01-07 1964/week @ 2025-01-14 2846/week @ 2025-01-21 3225/week @ 2025-01-28 4601/week @ 2025-02-04 4516/week @ 2025-02-11 5860/week @ 2025-02-18 4948/week @ 2025-02-25 5634/week @ 2025-03-04 6377/week @ 2025-03-11 4767/week @ 2025-03-18 5160/week @ 2025-03-25 4016/week @ 2025-04-01 3459/week @ 2025-04-08

18,431 downloads per month
Used in 37 crates (via hdf5)

MIT/Apache

290KB
7.5K SLoC

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.

hdf5-types

Create custom types for serializing to and from hdf5

Dependencies

~145–540KB