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 oci_spec;
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

Helper methods for [glib::KeyFile].

Prelude, intended for glob import.

Escape strings for use in ostree refs.

Losslessly export and import ostree commits as tar archives

Helpers for bridging GLib async/mainloop with Tokio.