LDeakin / zarrs

A rust library for the Zarr storage format for multidimensional arrays and metadata
Apache License 2.0
89 stars 8 forks source link

Deprecate `HTTPStore` #38

Closed LDeakin closed 2 months ago

LDeakin commented 2 months ago

Replaced by opendal or object_store HTTP store with AsyncToSyncStorageAdapter. Or opendal HTTP store with blocking operator/layer (untested).

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 80.80%. Comparing base (417504d) to head (0c2485b).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #38 +/- ## ========================================== + Coverage 80.78% 80.80% +0.01% ========================================== Files 143 143 Lines 20530 20529 -1 ========================================== + Hits 16586 16588 +2 + Misses 3944 3941 -3 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.