ostree 0.20.5

Rust bindings for libostree
1
2
3
4
5
6
mod core;
mod functions;
mod repo;
#[cfg(any(feature = "v2020_2", feature = "dox"))]
mod sign;
mod util;