icepick 0.4.1

Experimental Rust client for Apache Iceberg with WASM support for AWS S3 Tables and Cloudflare R2
Documentation
1
2
3
4
5
6
7
8
//! CLI commands

pub mod catalog;
pub mod commit;
pub mod compact;
pub mod namespace;
pub mod snapshot;
pub mod table;