aldanor / hdf5-rust

HDF5 for Rust
https://docs.rs/hdf5
Apache License 2.0
310 stars 84 forks source link

Compound Type #281

Closed mpiannucci closed 6 months ago

mpiannucci commented 6 months ago

How can i read values from a dataset with a compound data type? The type is recognized by I cannot find the way that the data values can actually be extracted.

thanks for any help!

mulimoen commented 6 months ago

You can see the read methods on Container. Check also out the example in the readme.