Crate hdf5_metno_types

Source
Expand description

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.

Re-exports§

pub use self::dyn_value::DynValue;
pub use self::dyn_value::OwnedDynValue;
pub use self::references::Reference;

Modules§

dyn_value
references
Types for references.

Structs§

CompoundField
CompoundType
EnumMember
EnumType
FixedAscii
FixedUnicode
VarLenArray
VarLenAscii
VarLenUnicode

Enums§

FloatSize
IntSize
StringError
TypeDescriptor

Constants§

USING_H5_ALLOCATOR

Traits§

H5Type