Expand description
A filesystem store for the zarrs crate.
This implementation is conformant with the filesystem store defined in the Zarr V3 specification: https://zarr-specs.readthedocs.io/en/latest/v3/stores/filesystem/index.html.
§Licence
zarrs_filesystem 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.
Structs§
- Filesystem
Store - A synchronous file system store.
- Filesystem
Store Options - Options for use with
FilesystemStore
Enums§
- Filesystem
Store Create Error - A filesystem store creation error.