[][src]Module hidefix::idx

Modules

serde

Structs

Chunk

A HDF5 chunk. A chunk is read and written in its entirety by the HDF5 library. This is usually necessary since the chunk can be compressed and filtered.

Dataset

A HDF5 dataset (a single variable).

Index

Enums

DatasetD

Dataset in possible dimensions.

Datatype

Traits

IntoIndex

Convenience trait for returning an index for an existing HDF5 file or dataset opened with the standard rust HDF5 library.

Type Definitions

ULE