1 unstable release

0.9.0 Aug 8, 2024

#1045 in Encoding

Download history 165/week @ 2024-08-05 258/week @ 2024-08-12 141/week @ 2024-08-19 458/week @ 2024-08-26 204/week @ 2024-09-02 205/week @ 2024-09-09 690/week @ 2024-09-16 552/week @ 2024-09-23 208/week @ 2024-09-30 413/week @ 2024-10-07 585/week @ 2024-10-14 580/week @ 2024-10-21 633/week @ 2024-10-28 946/week @ 2024-11-04 1168/week @ 2024-11-11

3,346 downloads per month
Used in 9 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–5.5MB
~26K SLoC