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
mod bearer;
pub use bearer::BearerTokenAuthProvider;

#[cfg(not(target_family = "wasm"))]
mod sigv4;

#[cfg(not(target_family = "wasm"))]
pub use sigv4::SigV4AuthProvider;