rustyhdf5-types 1.93.0

HDF5 type system definitions for rustyhdf5
Documentation
# rustyhdf5-types

[![crates.io](https://img.shields.io/crates/v/rustyhdf5-types.svg)](https://crates.io/crates/rustyhdf5-types)
[![docs.rs](https://docs.rs/rustyhdf5-types/badge.svg)](https://docs.rs/rustyhdf5-types)

HDF5 type system definitions for the rustyhdf5 ecosystem.

## Features

- Complete HDF5 datatype representations (integer, float, string, compound, array, enum, etc.)
- Type conversion and validation utilities

## Usage

```rust
use rustyhdf5_types::HDF5Type;
```

## License

MIT