icechunk 2.0.4

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
#![allow(
    clippy::expect_used,
    clippy::unwrap_used,
    clippy::panic,
    clippy::expect_fun_call
)]

mod common;
mod test_concurrency;
mod test_distributed_writes;
mod test_flaky_connections;
mod test_gc;
#[cfg(feature = "shuttle")]
mod test_shuttle;
mod test_stats;
mod test_storage;
mod test_virtual_refs;