ostree/rust-bindings/rust/tests
Colin Walters 887f5b09be repo: Add `query_file` API
The underlying `ostree_repo_load_file()` API has the caller pass
`NULL` for output arguments it doesn't want.  This isn't sanely
bindable in Rust - what the generator does is always request
all values, but maps them all to `Option<T>`.

The main cases are where a user wants either metadata, or both
metadata and content.  This API gives just metadata; it's a
bit more efficient as we don't need to open the file, and doesn't
require the caller to `unwrap()`.
2022-05-06 12:53:57 -04:00
..
core Add new GLib 0.14 variant types for metadata types 2022-05-06 12:53:57 -04:00
data Refactor tests and add test for traverse_commit 2022-05-06 12:53:53 -04:00
functions lib: run rustfmt 2022-05-06 12:53:57 -04:00
repo repo: Add `query_file` API 2022-05-06 12:53:57 -04:00
sign Fix build with --features=v2021_3, use in CI by default 2022-05-06 12:53:57 -04:00
util Add manual bindings for MutableTree reading 2022-05-06 12:53:57 -04:00
tests.rs Add new GLib 0.14 variant types for metadata types 2022-05-06 12:53:57 -04:00