# clawhdf5-types [![crates.io](https://img.shields.io/crates/v/clawhdf5-types.svg)](https://crates.io/crates/clawhdf5-types) [![docs.rs](https://docs.rs/clawhdf5-types/badge.svg)](https://docs.rs/clawhdf5-types) HDF5 type system definitions for the clawhdf5 ecosystem. ## Features - Complete HDF5 datatype representations (integer, float, string, compound, array, enum, etc.) - Type conversion and validation utilities ## Usage ```rust use clawhdf5_types::HDF5Type; ``` ## License MIT