Skip to content

Repository files navigation

zarrs_zip

Latest Version zarrs_zip documentation msrv build codecov

A storage adapter for zip files for the zarrs Rust crate.

use zarrs_storage::StoreKey;
use zarrs_filesystem::FilesystemStore;
use zarrs_zip::ZipStorageAdapter;

let fs_store = Arc::new(FilesystemStore::new("/path/to/a/directory/zarr.zip")?);
let zip_store = Arc::new(ZipStorageAdapter::new(fs_store, StoreKey::root())?);

See a full example at examples/zip_array_write_read.rs.

zarrs Version Compatibility Matrix

See doc/version_compatibility_matrix.md.

Licence

zarrs_zip 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.

About

A storage adapter for zip files for the zarrs Rust crate

Resources

Code of conduct

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages