Crate iceberg_rs

Source
Expand description

§Iceberg-rs

Iceberg-rs is a library for working with Apache Iceberg.

The Iceberg-rs model package consists of data structures that know how to serialise and deserialise the Iceberg table format.

Currently supported:

  • Parsing table metadata v2.

Coming soon:

  • Manifest files.
  • Manifest lists.
  • v1 table metadata support.
  • Validation.

Modules§

model
Structs that model the Iceberg spec. These structs will serialise and deserialise the JSON.