Crate ostree_ext[][src]

Expand description

Extension APIs for ostree

This crate builds on top of the core ostree C library and the Rust bindings to it, adding new functionality written in Rust.

Re-exports

pub use ostree;
pub use ostree::gio;
pub use ostree::gio::glib;

Modules

Commandline parsing

APIs bridging OSTree and container images

Compute the difference between two OSTree commits.

Write IMA signatures to an ostree commit

Prelude, intended for glob import.

Losslessly export and import ostree commits as tar archives

Extension APIs for working with GVariant. Not strictly related to ostree, but included here in the interest of avoiding another crate for this. In the future, some of these may migrate into gtk-rs.