| Crates.io | zarrs_plugin |
| lib.rs | zarrs_plugin |
| version | 0.2.2 |
| created_at | 2025-03-02 09:20:26.837896+00 |
| updated_at | 2025-09-17 23:15:22.242204+00 |
| description | The plugin API for the zarrs crate |
| homepage | https://zarrs.dev |
| repository | https://github.com/zarrs/zarrs/tree/main/zarrs_plugin |
| max_upload_size | |
| id | 1574424 |
| size | 13,110 |
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.
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.