aldanor / hdf5-rust

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

New release please? #262

Open cyqsimon opened 10 months ago

cyqsimon commented 10 months ago

The last release 0.8.1 available on crates.io is two years old at this point, and it's missing important features such as static linking (not really though, but you'd have to directly declare hdf5-sys as a dependency).

It is okay to use git dependency in some cases, but per crates.io policy, it's not allowed to publish a crate like this. Anyways, you get the point.

kiranshila commented 8 months ago

@aldanor Any movement on this? There are a lot of unreleased features (+ compatibility for currently-shipping versions of hdf5).

anilbey commented 5 months ago

Hello @aldanor what is the recommended way of installing this crate? Should we not be using crates.io?