clbarnes / zarr3-rs

Prototype implementation of zarr v3 in rust
MIT License
18 stars 0 forks source link

zarr3-rs

Prototype implementation of zarr v3 in rust.

Based heavily on an earlier prototype at sci-rs/zarr.

Usage

See examples/roundtrip.rs for an example (and cargo run --example roundtrip to run it).