Expand description
The chunk key encoding API for the zarrs crate.
§Licence
zarrs_chunk_key_encoding 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.
Structs§
- Chunk
KeyEncoding - A chunk key encoding.
- Chunk
KeyEncoding Plugin - A chunk key encoding plugin.
Statics§
- CHUNK_
KEY_ ENCODING_ RUNTIME_ REGISTRY - Global runtime registry for chunk key encoding plugins.
Traits§
- Chunk
KeyEncoding Traits - Chunk key encoding traits.
Functions§
- register_
chunk_ key_ encoding - Register a chunk key encoding plugin at runtime.
- unregister_
chunk_ key_ encoding - Unregister a runtime chunk key encoding plugin.
Type Aliases§
- Chunk
KeyEncoding Runtime Plugin - A runtime chunk key encoding plugin for dynamic registration.
- Chunk
KeyEncoding Runtime Registry Handle - A handle to a registered chunk key encoding plugin.