tetration 0.1.6

Chunked tensor .tet format, tet CLI, and optional C ABI (tetration-ffi)
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};