Yes. delta-rs is a Rust-based implementation of Delta Lake.
The existing version of pg_analytics uses delta-rs to manage Parquet files stored within Postgres. In the future, we plan on integrating external object stores. This means that you'll be able to query any Delta Lake directly from Postgres.
Iceberg support will come later, once the Rust implementation of Iceberg matures.