Use ostree-ext for Rust-based OSTree tooling
mainThe ostree-ext crate provides high-level extension APIs for ostree written in Rust. It is designed for developers building tooling that requires advanced OSTree features not present in the core C library, such as OCI/Docker image bridging, lossless tar export/import, and commit diffing.
Note: While the OSTree core is stable, the APIs and data models in ostree-ext are considered "slushy" (subject to change), though efforts are made to maintain backwards compatibility for data formats like tar and container serialization.