hdf5-rust
hdf5-rust copied to clipboard
support writing Arrays with non-standard layouts
See Container::write_slice(). Right now we can't write Arrays with non-standard memory layouts (for example an ArrayView that comes from slicing a normal array.