Expand description
Shared HDF5 format model used by reader and writer crates.
Structs§
- Compound
Field - A field within a compound datatype.
- Data
Layout Message - Parsed data layout message.
- Dataspace
Message - Parsed dataspace message.
- Datatype
Message - Datatype message payload plus element size from the message header.
- Enum
Member - A member of an enumeration.
- External
File Slot - A single external raw data file slot.
- External
Files Message - Parsed external raw data files message.
- Fill
Value Message - Parsed fill value message.
- Filter
Description - A single filter in a filter pipeline.
- Filter
Pipeline Message - Parsed filter pipeline message.
- Link
Message - Parsed link message.
Enums§
- Byte
Order - Byte order for numeric data.
- Chunk
Indexing - Chunk indexing method for v4/v5 layout messages.
- Data
Layout - Raw data storage layout for a dataset.
- Dataspace
Type - HDF5 dataspace kind.
- Datatype
- Describes the element type of a dataset or attribute.
- Error
- Errors produced by shared HDF5 model helpers.
- Fill
Time - When to write the fill value.
- Link
Target - Where an HDF5 link points.
- Reference
Type - HDF5 reference type.
- String
Encoding - String character encoding.
- String
Padding - String padding type.
- String
Size - How a string’s length is determined.
- VarLen
Kind - HDF5 variable-length datatype flavor.
Constants§
- FILTER_
DEFLATE - Standard HDF5 filter IDs.
- FILTER_
FLETCHE R32 - FILTER_
LZ4 - FILTER_
NBIT - FILTER_
SCALEOFFSET - FILTER_
SHUFFLE - FILTER_
SZIP - UNLIMITED
- Unlimited dimension sentinel value.
Functions§
- fletcher32
- Fletcher-32 checksum used by the HDF5 filter pipeline.
- jenkins_
lookup3 - Jenkins lookup3
hashlittle2used by HDF5 metadata checksums.