1 unstable release

0.9.0 Aug 8, 2024

#1008 in Encoding

Download history 297/week @ 2024-08-07 142/week @ 2024-08-14 265/week @ 2024-08-21 405/week @ 2024-08-28 238/week @ 2024-09-04 563/week @ 2024-09-11 284/week @ 2024-09-18 606/week @ 2024-09-25 224/week @ 2024-10-02 516/week @ 2024-10-09 641/week @ 2024-10-16 601/week @ 2024-10-23

2,048 downloads per month
Used in 7 crates (via hdf5-metno)

MIT/Apache

380KB
10K 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

~0.5–6MB
~26K SLoC