zarrs 0.23.10

A library for the Zarr storage format for multidimensional arrays and metadata
Documentation
1
2
3
4
5
6
7
8
9
//! Array to array codecs.

#[cfg(feature = "bitround")]
pub mod bitround;
pub mod fixedscaleoffset;
pub mod reshape;
pub mod squeeze;
#[cfg(feature = "transpose")]
pub mod transpose;