icepick 0.1.0

Experimental Rust client for Apache Iceberg with WASM support for AWS S3 Tables and Cloudflare R2
Documentation
1
2
3
4
5
6
//! I/O operations for Iceberg files
//! WASM-compatible via OpenDAL

mod file_io;

pub use file_io::{AwsCredentials, FileIO};