zarrs_http

Crates.iozarrs_http
lib.rszarrs_http
version0.1.0
sourcesrc
created_at2024-09-15 09:35:34.71592
updated_at2024-09-15 09:35:34.71592
descriptionA synchronous http store for the zarrs crate
homepage
repositoryhttps://github.com/LDeakin/zarrs
max_upload_size
id1375346
size22,449
Lachlan Deakin (LDeakin)

documentation

https://docs.rs/zarrs_storage

README

zarrs_http

Latest Version zarrs_http documentation msrv build

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.

Commit count: 900

cargo fmt