zarrs_zip
A storage adapter for zip files for the zarrs Rust crate.
use StoreKey;
use FilesystemStore;
use ZipStorageAdapter;
let fs_root = from;
let fs_store = new;
let zip_key = new?;
let zip_store = new;
See a full example at examples/zip_array_write_read.rs.
Licence
zarrs_zip is licensed under either of
- the Apache License, Version 2.0 LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0 or
- the MIT license LICENSE-MIT or http://opensource.org/licenses/MIT, at your option.
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.