I previously looked into that but the Rust zarr libraries seem overly complex to me. Maybe a simple reimplementation of the subset of zarr needed for access data is in order.
In #4 a basic implementation of interpreting zarr volumes was provided. It is currently only used for overlays but can be extended to browse the official volume zarr volumes as well.
I previously looked into that but the Rust zarr libraries seem overly complex to me. Maybe a simple reimplementation of the subset of zarr needed for access data is in order.