Install
Cargo 1.75.0 or later is required to build.
Add iceberg
and iceberg-catalog-rest
into Cargo.toml
dependencies:
iceberg = "0.2.0"
iceberg-catalog-rest = "0.2.0"
iceberg is under active development, you may want to use the git version instead:
iceberg = { git = "https://github.com/apache/iceberg-rust", rev = "commit-hash" }