icechunk 2.0.0-alpha.3

Transactional storage engine for Zarr designed for use on cloud object storage
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Icechunk Rust Crate

The core Icechunk library.

## Documentation

Generate and view the rustdoc documentation:

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

To check for documentation warnings:

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