Expand description
Types that can be stored and retrieved from a HDF5
dataset
Crate features:
h5-alloc
: Use thehdf5
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 ifhdf5-c
is compiled with the MEMCHECKER option. This option is forced on in the case of using awindows
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§
- Compound
Field - Compound
Type - Enum
Member - Enum
Type - Fixed
Ascii - Fixed
Unicode - VarLen
Array - VarLen
Ascii - VarLen
Unicode