tetration 0.1.5

Tetration tensor file format: Rust library (tetration) and tet CLI
Documentation
1
2
3
4
5
//! `.tet` → foreign interchange export (Zarr v3 directory store).

mod zarr;

pub use zarr::{ExportError, ExportReport, export_tet_to_zarr, export_tet_to_zarr_with_progress};