zarrs_plugin

Crates.iozarrs_plugin
lib.rszarrs_plugin
version0.2.2
created_at2025-03-02 09:20:26.837896+00
updated_at2025-09-17 23:15:22.242204+00
descriptionThe plugin API for the zarrs crate
homepagehttps://zarrs.dev
repositoryhttps://github.com/zarrs/zarrs/tree/main/zarrs_plugin
max_upload_size
id1574424
size13,110
Lachlan Deakin (LDeakin)

documentation

https://docs.rs/zarrs_plugin

README

zarrs_plugin

Latest Version zarrs_plugin documentation msrv build codecov

The plugin API for the zarrs Rust crate.

A Plugin creates concrete implementations of Zarr V3 extension points from inputs. Extension points include chunk grids, chunk key encodings, codecs, data types, and storage transformers.

In zarrs, plugins are registered at compile time using the inventory crate. At runtime, a name matching function is applied to identify which registered plugin is associated with the metadata. If a match is found, the plugin is created from the metadata and other relevant inputs.

Licence

zarrs_plugin 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: 1458

cargo fmt