iceberg-rust 0.3.0

Rust implementation of Apache Iceberg
Documentation
1
2
3
4
5
6
7
8
9
# Iceberg-rust

Low level implementation of the Apache iceberg specification.

Featues:
- catalog trait as an interface to the different iceberg catalogs
- table structs to simplify the access to the iceberg table metadata
- table transactions to guarantee atomic changes to the iceberg table metadata
- view structs to define iceberg views