aldanor / hdf5-rust

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

Implement Send+Sync for VarLenAscii/Unicode/Array #270

Closed watsaig closed 9 months ago

watsaig commented 9 months ago

Closes #269

@mulimoen Thank you for the feedback. I have added Send + Sync to the VarLen... types including comments to justify that (hopefully accurately).

watsaig commented 9 months ago

Thank you for the review!

mulimoen commented 9 months ago

Thank you for implementing this @watsaig!