aldanor / hdf5-rust

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

Remove num-dependencies #146

Closed mulimoen closed 3 years ago

mulimoen commented 3 years ago

Fixes #135 now that the automatic chunking no longer uses num-integer.

Implementing the trait for the whitelisted types helped find a bug in turning a compound datatype into a descriptor.

aldanor commented 3 years ago

Looks great, thanks!