z5 0.0.1

An implementation of the zarr and n5 file formats.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "z5"
version = "0.0.1"
authors = ["Najib Ishaq <najib_ishaq@zho.com>"]
edition = "2021"
license = "Apache-2.0"
description = "An implementation of the zarr and n5 file formats."
homepage = "https://github.com/nishaq503/z5"
documentation = "https://docs.rs/z5"
repository = "https://github.com/nishaq503/z5"
readme = "README.md"
keywords = ["zarr", "n5", "tensor"]
categories = ["encoding", "filesystem", "science"]

[dependencies]