Crate zarrs_filesystem

Crate zarrs_filesystem 

Source
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

Structs§

FilesystemStore
A synchronous file system store.
FilesystemStoreOptions
Options for use with FilesystemStore

Enums§

FilesystemStoreCreateError
A filesystem store creation error.