icechunk 2.0.0-alpha.3

Transactional storage engine for Zarr designed for use on cloud object storage
Documentation

Icechunk Rust Crate

The core Icechunk library.

Documentation

Generate and view the rustdoc documentation:

cargo doc -p icechunk --no-deps --open

To check for documentation warnings:

cargo doc -p icechunk --no-deps 2>&1 | grep -E "(warning|error)"