#http #zarrs #zarr

zarrs_http

A synchronous http store for the zarrs crate

6 releases

0.3.1 Nov 4, 2025
0.3.0 Sep 17, 2025
0.2.2 May 16, 2025
0.2.1 Apr 26, 2025
0.1.0 Sep 15, 2024

#2782 in Encoding

Download history 1/week @ 2025-10-14 1/week @ 2025-10-21 77/week @ 2026-01-20 39/week @ 2026-01-27

116 downloads per month

MIT/Apache

23KB
213 lines

zarrs_http

Latest Version zarrs_http documentation msrv build codecov

A synchronous http store for the zarrs Rust crate.

For asynchronous HTTP support, use zarrs_object_store or zarrs_opendal.

use zarrs_storage::ReadableStorage;
use zarrs_http::HTTPStore;

let http_store: ReadableStorage = Arc::new(HTTPStore::new("http://...")?);

Licence

zarrs_http is licensed under either of

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Dependencies

~6–20MB
~212K SLoC